Tag: temp-files
27 script(s) tagged “temp-files”
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…
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…
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).
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.
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).
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…
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).
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…
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).
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.
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.
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…