Browse all scripts
Clean Up The Windows Update download cache (Python)
Reports the size of the Windows Update download cache and optionally clears it out. Dry-run by default.
Get The current user's Temp folder Size Report
Reports how much disk space the current user's Temp folder is currently using, read-only (no deletion).
Backup BIOS Info to JSON (C#)
Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file via System.Management and System.Text.Json.
Get Connected Monitors Report
Queries Win32_DesktopMonitor via WMI and reports Connected Monitors in a formatted table, with an optional CSV export.
Check "Disable Start Menu Suggested Apps" Status (Python)
Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak via winreg to confirm whether it's applieβ¦
Get Network Adapter Configuration Report (Python)
Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) β no third-party pβ¦
Check "Disable Cortana" Status (VBScript)
Reads the registry value behind the "Disable Cortana" tweak to confirm whether it's applied.
Disable First Logon Animation (Python)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Check "Disable Windows Tips & Suggestions" Status
Reads the current registry value behind the "Disable Windows Tips & Suggestions" tweak so you can confirm whether it's β¦
Get Network Shares Report to File (VBScript)
Queries Win32_Share via WMI and writes Network Shares to a timestamped text file, handy for scheduled logon/logoff scriβ¦
Get The Explorer thumbnail cache Size Report (C#)
Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).
Get USB Controllers Report (Batch)
Uses wmic to list USB Controllers (Win32_USBController) straight from the command line.