🐍 Python

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

🐍 Python 3.10+

Export System Drivers to CSV (Python)

Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Increase Icon Cache Size (Python)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via the stdlib winreg…

🐍 Python 3.10+

Backup Computer System Product Info to JSON (Python)

Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file for later comparison or…

🐍 Python 3.10+

Clean Up The Microsoft Teams cache (Python)

Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Disable Sticky Keys Shortcut Prompt (Python)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via the stdlib winreg mod…

🐍 Python 3.10+

Disable Taskbar Widgets Icon (Python)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Backup CD/DVD Drives to JSON (Python)

Snapshots CD/DVD Drives (Win32_CDROMDrive) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Installed Hotfixes to JSON (Python)

Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Operating System Info to JSON (Python)

Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Processor Info to JSON (Python)

Snapshots Processor Info (Win32_Processor) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Check "Disable Windows Spotlight on Desktop" Status (Python)

Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak via winreg to confirm whether it's app…

🐍 Python 3.10+

Get Video Controllers Report (Python)

Uses wmic under the hood to report Video Controllers (Win32_VideoController) β€” no third-party packages required.