Tag: temp-files

27 script(s) tagged “temp-files”

🖥️ Batch (CMD)

Clean Temp Files

Clears the user and Windows Temp folders plus the Recycle Bin to quickly free up disk space, with a silent mode for sch…

📊 VBA (Excel)

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…

⚡ PowerShell 5.1+

Get The current user's Temp folder Size Report

Reports how much disk space the current user's Temp folder is currently using, read-only (no deletion).

🐍 Python 3.10+

Backup The current user's Temp folder to Zip (Python)

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

🟣 C# / .NET 6+

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

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

📊 VBA (Excel)

List Files in The system-wide Windows Temp folder (VBA)

Lists every file in the system-wide Windows Temp folder with size and last-modified date directly on the active workshe…

⚡ PowerShell 5.1+

Get The system-wide Windows Temp folder Size Report

Reports how much disk space the system-wide Windows Temp folder is currently using, read-only (no deletion).

📊 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…

📜 VBScript (WSH)

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

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

📜 VBScript (WSH)

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

Reports the size of the current user's Temp folder and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

Backup The system-wide Windows Temp folder to Zip (Python)

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

📊 VBA (Excel)

Report Size of The current user's Temp folder (VBA)

Reports the total size and top-level file count of the current user's Temp folder using Scripting.FileSystemObject, str…