Tag: crash-dumps

13 script(s) tagged “crash-dumps”

🟣 C# / .NET 6+

Get The user CrashDumps folder Size Report (C#)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

⚑ PowerShell 5.1+

Get The user CrashDumps folder Size Report

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

⚑ PowerShell 5.1+

Clean Up The user CrashDumps folder

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Clean Up The user CrashDumps folder (Python)

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

πŸ“Š VBA (Excel)

Clean Up The user CrashDumps folder (VBA)

Deletes every file in the user CrashDumps folder after a confirmation prompt, using Scripting.FileSystemObject from Exc…

🐍 Python 3.10+

Get The user CrashDumps folder Size Report (Python)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Backup The user CrashDumps folder to Zip

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

πŸ“œ VBScript (WSH)

Clean Up The user CrashDumps folder (VBScript)

Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.

πŸ“Š VBA (Excel)

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…

πŸ–₯️ Batch (CMD)

Clean Up The user CrashDumps folder (Batch)

Clears the user CrashDumps folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🐍 Python 3.10+

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.