Tag: error-reports

13 script(s) tagged “error-reports”

πŸ“Š VBA (Excel)

Clean Up Windows Error Reporting files (VBA)

Deletes every file in Windows Error Reporting files after a confirmation prompt, using Scripting.FileSystemObject from …

🐍 Python 3.10+

Backup Windows Error Reporting files to Zip (Python)

Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.

πŸ“Š VBA (Excel)

List Files in Windows Error Reporting files (VBA)

Lists every file in Windows Error Reporting files with size and last-modified date directly on the active worksheet, us…

⚑ PowerShell 5.1+

Backup Windows Error Reporting files to Zip

Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.

🐍 Python 3.10+

Clean Up Windows Error Reporting files (Python)

Reports the size of Windows Error Reporting files and optionally clears it out. Dry-run by default.

πŸ“Š VBA (Excel)

Report Size of Windows Error Reporting files (VBA)

Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, stra…

⚑ PowerShell 5.1+

Get Windows Error Reporting files Size Report

Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).

🐍 Python 3.10+

Get Windows Error Reporting files Size Report (Python)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Clean Up Windows Error Reporting files (VBScript)

Reports the size of Windows Error Reporting files and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Get Windows Error Reporting files Size Report (VBScript)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

🟣 C# / .NET 6+

Get Windows Error Reporting files Size Report (C#)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

⚑ PowerShell 5.1+

Clean Up Windows Error Reporting files

Reports the size of Windows Error Reporting files and optionally clears it out. Dry-run by default.