Tag: cleanup

97 script(s) tagged “cleanup”

πŸ“œ VBScript (WSH)

Clean Up The Windows Internet cache (INetCache) (VBScript)

Reports the size of the Windows Internet cache (INetCache) and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

Clean Up The Windows Update download cache (Python)

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

⚑ PowerShell 5.1+

Clean Up The user CrashDumps folder

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

πŸ–₯️ Batch (CMD)

Clean Up Google Chrome's browser cache (Batch)

Clears Google Chrome's browser cache after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ–₯️ Batch (CMD)

Clean Up The npm cache (Batch)

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

🐍 Python 3.10+

Clean Up The Windows Internet cache (INetCache) (Python)

Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.

πŸ–₯️ Batch (CMD)

Clean Up Stuck print spooler files (Batch)

Clears stuck print spooler files after a confirmation prompt, with a /silent mode for scheduled tasks.

⚑ PowerShell 5.1+

Clean Up The Explorer thumbnail cache

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

🐍 Python 3.10+

Clean Up The VS Code cache folder (Python)

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

πŸ–₯️ Batch (CMD)

Clean Up The Windows Prefetch folder (Batch)

Clears the Windows Prefetch folder after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

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

Deletes every file in the current user's Temp folder after a confirmation prompt, using Scripting.FileSystemObject from…

πŸ“Š VBA (Excel)

Remove Hyperlinks from Sheet

Strips all hyperlinks from the active sheet while keeping the cell text and formatting intact.