🐍 Python
Cross-platform automation scripts that also run great on Windows.
Disable Start Menu App Suggestions (Python)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.
Check "Show Hidden Files" Status (Python)
Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.
Check "Disable Xbox Game Bar Capture" Status (Python)
Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak via winreg to confirm whether it's applied.
Export Local User Accounts to CSV (Python)
Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.
Get Windows Error Reporting files Size Report (Python)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
Disable Aero Shake (Python)
Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.
Backup The VS Code cache folder to Zip (Python)
Zips up the current contents of the VS Code cache folder before you run a cleanup against it.
Backup Services to JSON (Python)
Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.
Export Environment Variables to CSV (Python)
Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.
Get Physical Disk Drives Report (Python)
Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) — no third-party packages required.
Check "Disable Feedback Notifications" Status (Python)
Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.
Export Startup Programs to CSV (Python)
Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.