Browse all scripts

🐍 Python 3.10+

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.

⚑ PowerShell 5.1+

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

🟣 C# / .NET 6+

Backup BIOS Info to JSON (C#)

Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file via System.Management and System.Text.Json.

⚑ PowerShell 5.1+

Get Connected Monitors Report

Queries Win32_DesktopMonitor via WMI and reports Connected Monitors in a formatted table, with an optional CSV export.

🐍 Python 3.10+

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…

🐍 Python 3.10+

Get Network Adapter Configuration Report (Python)

Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) β€” no third-party p…

πŸ“œ VBScript (WSH)

Check "Disable Cortana" Status (VBScript)

Reads the registry value behind the "Disable Cortana" tweak to confirm whether it's applied.

🐍 Python 3.10+

Disable First Logon Animation (Python)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

⚑ PowerShell 5.1+

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 …

πŸ“œ VBScript (WSH)

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…

🟣 C# / .NET 6+

Get The Explorer thumbnail cache Size Report (C#)

Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Get USB Controllers Report (Batch)

Uses wmic to list USB Controllers (Win32_USBController) straight from the command line.