Browse all scripts
Get The Explorer thumbnail cache Size Report
Reports how much disk space the Explorer thumbnail cache is currently using, read-only (no deletion).
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.
Get BIOS Info Report (Python)
Uses wmic under the hood to report BIOS Info (Win32_BIOS) β no third-party packages required.
Get The user CrashDumps folder Size Report
Reports how much disk space the user CrashDumps folder is currently using, read-only (no deletion).
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β¦
Get Time Zone Settings Report
Queries Win32_TimeZone via WMI and reports Time Zone Settings in a formatted table, with an optional CSV export.
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 β¦
Get Local Groups Report (Python)
Uses wmic under the hood to report Local Groups (Win32_Group) β no third-party packages required.
Disable Remote Assistance (Batch)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Disable Aero Shake (Batch)
Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.
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β¦
Check "Disable Aero Shake" Status (Python)
Reads the registry value behind the "Disable Aero Shake" tweak via winreg to confirm whether it's applied.