🐍 Python
Cross-platform automation scripts that also run great on Windows.
Check "Disable Tailored Experiences" Status (Python)
Reads the registry value behind the "Disable Tailored Experiences" tweak via winreg to confirm whether it's applied.
Export Computer System Product Info to CSV (Python)
Exports Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file via wmic.
Export Connected Monitors to CSV (Python)
Exports Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file via wmic.
Export Time Zone Settings to CSV (Python)
Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.
Check "Disable Explorer Startup Delay" Status (Python)
Reads the registry value behind the "Disable Explorer Startup Delay" tweak via winreg to confirm whether it's applied.
Export Installed MSI Products to CSV (Python)
Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.
Get Microsoft Edge's browser cache Size Report (Python)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
Get System Drivers Report (Python)
Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.
Backup The Explorer thumbnail cache to Zip (Python)
Zips up the current contents of the Explorer thumbnail cache before you run a cleanup against it.
Clean Up Google Chrome's browser cache (Python)
Reports the size of Google Chrome's browser cache and optionally clears it out. Dry-run by default.
Enable Num Lock on Startup (Python)
Turns Num Lock on by default for every new sign-in. Applies the tweak via the stdlib winreg module.
Export Printers to CSV (Python)
Exports Printers (Win32_Printer) to a timestamped CSV file via wmic.