🐍 Python

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

🐍 Python 3.10+

Check "Disable Autoplay for All Drives" Status (Python)

Reads the registry value behind the "Disable Autoplay for All Drives" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Get Installed MSI Products Report (Python)

Uses wmic under the hood to report Installed MSI Products (Win32_Product) β€” no third-party packages required.

🐍 Python 3.10+

Get The Explorer thumbnail cache Size Report (Python)

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

🐍 Python 3.10+

Check "Disable Balloon Tip Notifications" Status (Python)

Reads the registry value behind the "Disable Balloon Tip Notifications" tweak via winreg to confirm whether it's applie…

🐍 Python 3.10+

Get Logical Disks Report (Python)

Uses wmic under the hood to report Logical Disks (Win32_LogicalDisk) β€” no third-party packages required.

🐍 Python 3.10+

Backup The Windows Internet cache (INetCache) to Zip (Python)

Zips up the current contents of the Windows Internet cache (INetCache) before you run a cleanup against it.

🐍 Python 3.10+

Backup Page File Usage to JSON (Python)

Snapshots Page File Usage (Win32_PageFileUsage) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Disable Tailored Experiences (Python)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Fast Startup (Python)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

🐍 Python 3.10+

Get Stuck print spooler files Size Report (Python)

Recursively sums the size of stuck print spooler files, read-only (no deletion).

🐍 Python 3.10+

Backup The system-wide Windows Temp folder to Zip (Python)

Zips up the current contents of the system-wide Windows Temp folder before you run a cleanup against it.

🐍 Python 3.10+

Backup Environment Variables to JSON (Python)

Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file for later comparison or auditing.