π Python
Cross-platform automation scripts that also run great on Windows.
Get Computer System Product Info Report (Python)
Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) β no third-party packagesβ¦
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.
Check "Disable Cortana" Status (Python)
Reads the registry value behind the "Disable Cortana" tweak via winreg to confirm whether it's applied.
Disable Autoplay for All Drives (Python)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via the stdlib winreg module.
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.
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.
Backup Printers to JSON (Python)
Snapshots Printers (Win32_Printer) to a timestamped JSON file for later comparison or auditing.
Get BIOS Info Report (Python)
Uses wmic under the hood to report BIOS Info (Win32_BIOS) β no third-party packages required.
Get Local Groups Report (Python)
Uses wmic under the hood to report Local Groups (Win32_Group) β no third-party packages required.
Check "Disable Aero Shake" Status (Python)
Reads the registry value behind the "Disable Aero Shake" tweak via winreg to confirm whether it's applied.
Get Signed Drivers Report (Python)
Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β no third-party packages required.
Backup Connected Monitors to JSON (Python)
Snapshots Connected Monitors (Win32_DesktopMonitor) to a timestamped JSON file for later comparison or auditing.