Browse all scripts

⚑ PowerShell 5.1+

Get The Explorer thumbnail cache Size Report

Reports how much disk space the Explorer thumbnail cache is currently using, read-only (no deletion).

πŸ“œ VBScript (WSH)

Clean Up The Windows Internet cache (INetCache) (VBScript)

Reports the size of the Windows Internet cache (INetCache) and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

Get BIOS Info Report (Python)

Uses wmic under the hood to report BIOS Info (Win32_BIOS) β€” no third-party packages required.

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

πŸ“Š VBA (Excel)

Export Page File Usage to CSV via WMI (VBA)

Queries Win32_PageFileUsage via WMI and writes every Page File Usage row straight to a CSV file in Documents, using pla…

⚑ PowerShell 5.1+

Get Time Zone Settings Report

Queries Win32_TimeZone via WMI and reports Time Zone Settings in a formatted table, with an optional CSV export.

🧬 WQL / PowerShell

Win32_DiskDrive: Filtering Physical Disk Drives (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_DiskDrive, starting from a LIKE '%' wildcard you customize with a real …

🐍 Python 3.10+

Get Local Groups Report (Python)

Uses wmic under the hood to report Local Groups (Win32_Group) β€” no third-party packages required.

πŸ–₯️ Batch (CMD)

Disable Remote Assistance (Batch)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

πŸ–₯️ Batch (CMD)

Disable Aero Shake (Batch)

Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Enable Win32 Long Paths (VBA)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Applied via WScript.Shell.RegWrite…

🐍 Python 3.10+

Check "Disable Aero Shake" Status (Python)

Reads the registry value behind the "Disable Aero Shake" tweak via winreg to confirm whether it's applied.