Tag: cleanup

97 script(s) tagged “cleanup”

⚡ PowerShell 5.1+

Clean Up IIS log files

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

📜 VBScript (WSH)

Clean Up The user CrashDumps folder (VBScript)

Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.

🧰 AutoHotkey v2

Empty Recycle Bin Hotkey

Ctrl+Alt+Delete... no, Ctrl+Alt+R empties the Recycle Bin after a confirmation prompt, without opening it first.

⚡ PowerShell 5.1+

Clean Up The Microsoft Teams cache

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

🖥️ Batch (CMD)

Clean Up The VS Code cache folder (Batch)

Clears the VS Code cache folder after a confirmation prompt, with a /silent mode for scheduled tasks.

📜 VBScript (WSH)

Clean Up Stuck print spooler files (VBScript)

Reports the size of stuck print spooler files and deletes its contents after a confirmation prompt.

⚡ PowerShell 5.1+

Clean Up The npm cache

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

📜 VBScript (WSH)

Clean Up Microsoft Edge's browser cache (VBScript)

Reports the size of Microsoft Edge's browser cache and deletes its contents after a confirmation prompt.

📜 VBScript (WSH)

Clean Up The Windows Prefetch folder (VBScript)

Reports the size of the Windows Prefetch folder and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

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

Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.

📊 VBA (Excel)

Clean Up The npm cache (VBA)

Deletes every file in the npm cache after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…

🖥️ Batch (CMD)

Clean Up The Microsoft Teams cache (Batch)

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