π Python
Cross-platform automation scripts that also run great on Windows.
Export System Drivers to CSV (Python)
Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.
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β¦
Backup Computer System Product Info to JSON (Python)
Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file for later comparison orβ¦
Clean Up The Microsoft Teams cache (Python)
Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.
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β¦
Disable Taskbar Widgets Icon (Python)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
Backup CD/DVD Drives to JSON (Python)
Snapshots CD/DVD Drives (Win32_CDROMDrive) to a timestamped JSON file for later comparison or auditing.
Backup Installed Hotfixes to JSON (Python)
Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file for later comparison or auditing.
Backup Operating System Info to JSON (Python)
Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file for later comparison or auditing.
Backup Processor Info to JSON (Python)
Snapshots Processor Info (Win32_Processor) to a timestamped JSON file for later comparison or auditing.
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β¦
Get Video Controllers Report (Python)
Uses wmic under the hood to report Video Controllers (Win32_VideoController) β no third-party packages required.