π Python
Cross-platform automation scripts that also run great on Windows.
Get Printers Report (Python)
Uses wmic under the hood to report Printers (Win32_Printer) β no third-party packages required.
Disable Taskbar Chat Icon (Python)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
Export Operating System Info to CSV (Python)
Exports Operating System Info (Win32_OperatingSystem) to a timestamped CSV file via wmic.
Disable Xbox Game Bar Capture (Python)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via the stdlib winreg module.
Export Physical Memory Modules to CSV (Python)
Exports Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file via wmic.
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β¦
Check "Disable Windows Telemetry" Status (Python)
Reads the registry value behind the "Disable Windows Telemetry" tweak via winreg to confirm whether it's applied.
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.
Get The Office document cache Size Report (Python)
Recursively sums the size of the Office document cache, read-only (no deletion).
Disable Balloon Tip Notifications (Python)
Disables the small notification balloon tips in the system tray. Applies the tweak via the stdlib winreg module.
Disable Lock Screen Notifications (Python)
Stops app notifications from appearing on the lock screen. Applies the tweak via the stdlib winreg module.
Disable Windows Spotlight on Desktop (Python)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via the stdlib winreg module.