Tag: crash-dumps
13 script(s) tagged “crash-dumps”
Get The user CrashDumps folder Size Report (C#)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Get The user CrashDumps folder Size Report
Reports how much disk space the user CrashDumps folder is currently using, read-only (no deletion).
Clean Up The user CrashDumps folder
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Clean Up The user CrashDumps folder (Python)
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Clean Up The user CrashDumps folder (VBA)
Deletes every file in the user CrashDumps folder after a confirmation prompt, using Scripting.FileSystemObject from Excβ¦
Get The user CrashDumps folder Size Report (Python)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Report Size of The user CrashDumps folder (VBA)
Reports the total size and top-level file count of the user CrashDumps folder using Scripting.FileSystemObject, straighβ¦
Backup The user CrashDumps folder to Zip
Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.
Clean Up The user CrashDumps folder (VBScript)
Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.
List Files in The user CrashDumps folder (VBA)
Lists every file in the user CrashDumps folder with size and last-modified date directly on the active worksheet, usingβ¦
Clean Up The user CrashDumps folder (Batch)
Clears the user CrashDumps folder after a confirmation prompt, with a /silent mode for scheduled tasks.
Backup The user CrashDumps folder to Zip (Python)
Zips up the current contents of the user CrashDumps folder before you run a cleanup against it.