Tag: temp-files

27 script(s) tagged “temp-files”

⚡ PowerShell 5.1+

Clean Up The system-wide Windows Temp folder

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

📊 VBA (Excel)

Report Size of The system-wide Windows Temp folder (VBA)

Reports the total size and top-level file count of the system-wide Windows Temp folder using Scripting.FileSystemObject…

🐍 Python 3.10+

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

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