Tag: temp-files

27 script(s) tagged “temp-files”

⚔ PowerShell 5.1+

Backup The current user's Temp folder to Zip

Zips up the current contents of the current user's Temp folder before you run a cleanup against it.

šŸ–„ļø Batch (CMD)

Clean Up The system-wide Windows Temp folder (Batch)

Clears the system-wide Windows Temp folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🟣 C# / .NET 6+

Get The system-wide Windows Temp folder Size Report (C#)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).

šŸ“Š VBA (Excel)

List Files in The current user's Temp folder (VBA)

Lists every file in the current user's Temp folder with size and last-modified date directly on the active worksheet, u…

⚔ PowerShell 5.1+

Clean Up The current user's Temp folder

Reports the size of the current user's Temp 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.

šŸ Python 3.10+

Get The current user's Temp folder Size Report (Python)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

šŸ 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.

šŸ“œ VBScript (WSH)

Clean Up The system-wide Windows Temp folder (VBScript)

Reports the size of the system-wide Windows Temp folder and deletes its contents after a confirmation prompt.

šŸ Python 3.10+

Clean Up The system-wide Windows Temp folder (Python)

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

⚔ PowerShell 5.1+

Backup The system-wide Windows Temp folder to Zip

Zips up the current contents of the system-wide Windows Temp folder before you run a cleanup against it.

šŸ“œ VBScript (WSH)

Get The system-wide Windows Temp folder Size Report (VBScript)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).