🐍 Python

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

🐍 Python 3.10+

Get Printers Report (Python)

Uses wmic under the hood to report Printers (Win32_Printer) β€” no third-party packages required.

🐍 Python 3.10+

Disable Taskbar Chat Icon (Python)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Export Operating System Info to CSV (Python)

Exports Operating System Info (Win32_OperatingSystem) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Disable Xbox Game Bar Capture (Python)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Export Physical Memory Modules to CSV (Python)

Exports Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Check "Disable Storage Sense Low-Space Notifications" Status (Python)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak via winreg to confirm whether…

🐍 Python 3.10+

Check "Disable Windows Telemetry" Status (Python)

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

🐍 Python 3.10+

Backup The Windows Update download cache to Zip (Python)

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

🐍 Python 3.10+

Get The Office document cache Size Report (Python)

Recursively sums the size of the Office document cache, read-only (no deletion).

🐍 Python 3.10+

Disable Balloon Tip Notifications (Python)

Disables the small notification balloon tips in the system tray. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Lock Screen Notifications (Python)

Stops app notifications from appearing on the lock screen. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Windows Spotlight on Desktop (Python)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via the stdlib winreg module.