Tag: disk-space

210 script(s) tagged “disk-space”

⚡ PowerShell 5.1+

Get The Windows Prefetch folder Size Report

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

🐍 Python 3.10+

Get The pip download cache Size Report (Python)

Recursively sums the size of the pip download cache, read-only (no deletion).

🟣 C# / .NET 6+

Get The system-wide Windows Temp folder Size Report (C#)

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

🐍 Python 3.10+

Export Logical Disks to CSV (Python)

Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.

⚡ PowerShell 5.1+

Clean Up The Windows Internet cache (INetCache)

Reports the size of the Windows Internet cache (INetCache) 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.

📜 VBScript (WSH)

Get Physical Disk Drives Report (VBScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — no PowerShell required.

⚡ PowerShell 5.1+

Clean Up Microsoft Edge's browser cache

Reports the size of Microsoft Edge's browser cache and optionally clears it out. Dry-run by default.

⚡ PowerShell 5.1+

Clean Up The current user's Temp folder

Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.

📜 VBScript (WSH)

Get The Office document cache Size Report (VBScript)

Recursively sums the size of the Office document cache, read-only (no deletion).

🖥️ Batch (CMD)

Get Logical Disks Report (Batch)

Uses wmic to list Logical Disks (Win32_LogicalDisk) straight from the command line.

🟣 C# / .NET 6+

Get Microsoft Edge's browser cache Size Report (C#)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).