🐍 Python
Cross-platform automation scripts that also run great on Windows.
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.
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.
Backup IIS log files to Zip (Python)
Zips up the current contents of IIS log files before you run a cleanup against it.
Get Startup Programs Report (Python)
Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) — no third-party packages required.
Backup Local User Accounts to JSON (Python)
Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file for later comparison or auditing.
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.
Disable Window Animations (Python)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via the stdlib winreg module.
Get Environment Variables Report (Python)
Uses wmic under the hood to report Environment Variables (Win32_Environment) — no third-party packages required.
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.
Backup Network Shares to JSON (Python)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.