Tag: disk-space

210 script(s) tagged “disk-space”

📊 VBA (Excel)

Report Size of Google Chrome's browser cache (VBA)

Reports the total size and top-level file count of Google Chrome's browser cache using Scripting.FileSystemObject, stra…

🐍 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…

🐍 Python 3.10+

Get The Windows Prefetch folder Size Report (Python)

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

📊 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…

📜 VBScript (WSH)

Get Physical Disk Drives Report to File (VBScript)

Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/l…

🧬 WQL / PowerShell

Win32_LogicalDisk: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_LogicalDisk via Register-CimIndicationEvent — real WQL event quer…

🐍 Python 3.10+

Get The current user's Temp folder Size Report (Python)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

🧬 WQL / PowerShell

Win32_DiskDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_DiskDrive via Register-CimIndicationEvent — real WQL event query …

⚡ 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).

📊 VBA (Excel)

Report Size of Stuck print spooler files (VBA)

Reports the total size and top-level file count of stuck print spooler files using Scripting.FileSystemObject, straight…

⚡ PowerShell 5.1+

Clean Up IIS log files

Reports the size of IIS log files and optionally clears it out. Dry-run by default.