π Python
Cross-platform automation scripts that also run great on Windows.
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.
Get Installed MSI Products Report (Python)
Uses wmic under the hood to report Installed MSI Products (Win32_Product) β no third-party packages required.
Get The Explorer thumbnail cache Size Report (Python)
Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).
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β¦
Get Logical Disks Report (Python)
Uses wmic under the hood to report Logical Disks (Win32_LogicalDisk) β no third-party packages required.
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.
Backup Page File Usage to JSON (Python)
Snapshots Page File Usage (Win32_PageFileUsage) to a timestamped JSON file for later comparison or auditing.
Disable Tailored Experiences (Python)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via the stdlib winreg module.
Disable Fast Startup (Python)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Get Stuck print spooler files Size Report (Python)
Recursively sums the size of stuck print spooler files, read-only (no deletion).
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.
Backup Environment Variables to JSON (Python)
Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file for later comparison or auditing.