Tag: cleanup

97 script(s) tagged “cleanup”

📜 VBScript (WSH)

Clean Up The VS Code cache folder (VBScript)

Reports the size of the VS Code cache folder and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

Clean Up The Office document cache (Python)

Reports the size of the Office document cache and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Clean Up The Office document cache

Reports the size of the Office document cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Clean Up The Windows Prefetch folder (Python)

Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Clean Up Windows Error Reporting files (Python)

Reports the size of Windows Error Reporting files and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Clean Up The Windows Prefetch folder

Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.

🖥️ Batch (CMD)

Clean Up The Office document cache (Batch)

Clears the Office document cache after a confirmation prompt, with a /silent mode for scheduled tasks.

📊 VBA (Excel)

Clean Up Stuck print spooler files (VBA)

Deletes every file in stuck print spooler files after a confirmation prompt, using Scripting.FileSystemObject from Exce…

⚡ PowerShell 5.1+

Clean Up The VS Code cache folder

Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.

🖥️ Batch (CMD)

Clean Up The current user's Temp folder (Batch)

Clears the current user's Temp folder after a confirmation prompt, with a /silent mode for scheduled tasks.

📊 VBA (Excel)

Clean Up The user CrashDumps folder (VBA)

Deletes every file in the user CrashDumps folder after a confirmation prompt, using Scripting.FileSystemObject from Exc…

📊 VBA (Excel)

Remove Empty Rows

Deletes every completely blank row within the used range of the active sheet.