🐍 Python

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

🐍 Python 3.10+

Check "Disable Tailored Experiences" Status (Python)

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

🐍 Python 3.10+

Export Computer System Product Info to CSV (Python)

Exports Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Connected Monitors to CSV (Python)

Exports Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Time Zone Settings to CSV (Python)

Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Export Installed MSI Products to CSV (Python)

Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Microsoft Edge's browser cache Size Report (Python)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

🐍 Python 3.10+

Get System Drivers Report (Python)

Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.

🐍 Python 3.10+

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.

🐍 Python 3.10+

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.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Export Printers to CSV (Python)

Exports Printers (Win32_Printer) to a timestamped CSV file via wmic.