🐍 Python

Cross-platform automation scripts that also run great on Windows.

🐍 Python 3.10+

Get Computer System Product Info Report (Python)

Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) β€” no third-party packages…

🐍 Python 3.10+

Clean Up Microsoft Edge's browser cache (Python)

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

🐍 Python 3.10+

Check "Disable Cortana" Status (Python)

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

🐍 Python 3.10+

Disable Autoplay for All Drives (Python)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Backup The Office document cache to Zip (Python)

Zips up the current contents of the Office document cache before you run a cleanup against it.

🐍 Python 3.10+

Check "Increase Icon Cache Size" Status (Python)

Reads the registry value behind the "Increase Icon Cache Size" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup Printers to JSON (Python)

Snapshots Printers (Win32_Printer) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get BIOS Info Report (Python)

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

🐍 Python 3.10+

Get Local Groups Report (Python)

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

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

🐍 Python 3.10+

Get Signed Drivers Report (Python)

Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β€” no third-party packages required.

🐍 Python 3.10+

Backup Connected Monitors to JSON (Python)

Snapshots Connected Monitors (Win32_DesktopMonitor) to a timestamped JSON file for later comparison or auditing.