Tag: excel
231 script(s) tagged “excel”
Apply Disable Windows Welcome Experience (VBA)
Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VB…
Check Show Hidden Files Registry Value (VBA)
Reads the Show Hidden Files registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell or…
Clean Up Google Chrome's browser cache (VBA)
Deletes every file in Google Chrome's browser cache after a confirmation prompt, using Scripting.FileSystemObject from …
Clean Up The Office document cache (VBA)
Deletes every file in the Office document cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…
Clean Up The system-wide Windows Temp folder (VBA)
Deletes every file in the system-wide Windows Temp folder after a confirmation prompt, using Scripting.FileSystemObject…
Load Computer System Product Info into Excel via WMI
Queries Win32_ComputerSystemProduct via GetObject("winmgmts:") and dumps every Computer System Product Info row straigh…
Apply Disable Start Menu Web Search (VBA)
Stops the Start Menu search from including web results. Applied via WScript.Shell.RegWrite from VBA.
Clean Up Windows Error Reporting files (VBA)
Deletes every file in Windows Error Reporting files after a confirmation prompt, using Scripting.FileSystemObject from …
Report Size of Microsoft Edge's browser cache (VBA)
Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, str…
List Files in Stuck print spooler files (VBA)
Lists every file in stuck print spooler files with size and last-modified date directly on the active worksheet, using …
Check Disable Autoplay for All Drives Registry Value (VBA)
Reads the Disable Autoplay for All Drives registry value via WScript.Shell.RegRead and reports it in a message box — no…
Clean Up The Windows Internet cache (INetCache) (VBA)
Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…