Tag: excel
231 script(s) tagged “excel”
List Files in The VS Code cache folder (VBA)
Lists every file in the VS Code cache folder with size and last-modified date directly on the active worksheet, using Sβ¦
Apply Disable News and Interests Feed (VBA)
Hides the taskbar News and Interests / Widgets feed. Applied via WScript.Shell.RegWrite from VBA.
Clean Up The Microsoft Teams cache (VBA)
Deletes every file in the Microsoft Teams cache after a confirmation prompt, using Scripting.FileSystemObject from Exceβ¦
Apply Disable Game Bar Startup Tips (VBA)
Stops the Game Bar from showing its startup tip panel. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Lock Screen Registry Value (VBA)
Reads the Disable Lock Screen registry value via WScript.Shell.RegRead and reports it in a message box β no PowerShell β¦
Check Disable Lock Screen Notifications Registry Value (VBA)
Reads the Disable Lock Screen Notifications registry value via WScript.Shell.RegRead and reports it in a message box β β¦
Export Battery Info to CSV via WMI (VBA)
Queries Win32_Battery via WMI and writes every Battery Info row straight to a CSV file in Documents, using plain VBA fiβ¦
Load Startup Programs into Excel via WMI
Queries Win32_StartupCommand via GetObject("winmgmts:") and dumps every Startup Programs row straight onto the active wβ¦
Load Page File Usage into Excel via WMI
Queries Win32_PageFileUsage via GetObject("winmgmts:") and dumps every Page File Usage row straight onto the active worβ¦
Check Disable Snap Assist Suggestions Registry Value (VBA)
Reads the Disable Snap Assist Suggestions registry value via WScript.Shell.RegRead and reports it in a message box β noβ¦
Report Size of The current user's Temp folder (VBA)
Reports the total size and top-level file count of the current user's Temp folder using Scripting.FileSystemObject, strβ¦
Check Disable Game Bar Startup Tips Registry Value (VBA)
Reads the Disable Game Bar Startup Tips registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦