🐍 Python

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

🐍 Python 3.10+

Disable Start Menu App Suggestions (Python)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Check "Show Hidden Files" Status (Python)

Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Export Local User Accounts to CSV (Python)

Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Windows Error Reporting files Size Report (Python)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

🐍 Python 3.10+

Disable Aero Shake (Python)

Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Backup Services to JSON (Python)

Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Export Environment Variables to CSV (Python)

Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Physical Disk Drives Report (Python)

Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) — no third-party packages required.

🐍 Python 3.10+

Check "Disable Feedback Notifications" Status (Python)

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

🐍 Python 3.10+

Export Startup Programs to CSV (Python)

Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.