🐍 Python

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

🐍 Python 3.10+

Check "Align Taskbar Icons Left" Status (Python)

Reads the registry value behind the "Align Taskbar Icons Left" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Check "Disable Bing Search Suggestions" Status (Python)

Reads the registry value behind the "Disable Bing Search Suggestions" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup IIS log files to Zip (Python)

Zips up the current contents of IIS log files before you run a cleanup against it.

🐍 Python 3.10+

Get Startup Programs Report (Python)

Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) — no third-party packages required.

🐍 Python 3.10+

Backup Local User Accounts to JSON (Python)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Check "Show Seconds in Taskbar Clock" Status (Python)

Reads the registry value behind the "Show Seconds in Taskbar Clock" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Disable Window Animations (Python)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Get Environment Variables Report (Python)

Uses wmic under the hood to report Environment Variables (Win32_Environment) — no third-party packages required.

🐍 Python 3.10+

Check "Disable Background Apps Globally" Status (Python)

Reads the registry value behind the "Disable Background Apps Globally" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup Network Shares to JSON (Python)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.