π Python
Cross-platform automation scripts that also run great on Windows.
Show This PC Icon on Desktop (Python)
Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.
Disable Recent Documents History (Python)
Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.
Disable News and Interests Feed (Python)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via the stdlib winreg module.
Disable Bing Search Suggestions (Python)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.
Get Network Shares Report (Python)
Uses wmic under the hood to report Network Shares (Win32_Share) β no third-party packages required.
Check "Enable Dark Mode" Status (Python)
Reads the registry value behind the "Enable Dark Mode" tweak via winreg to confirm whether it's applied.
Export Processor Info to CSV (Python)
Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.
Disable Start Menu Suggested Apps (Python)
Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.
Check "Disable Windows Consumer Features" Status (Python)
Reads the registry value behind the "Disable Windows Consumer Features" tweak via winreg to confirm whether it's applieβ¦
Disable Explorer Startup Delay (Python)
Removes the artificial delay before startup apps launch. Applies the tweak via the stdlib winreg module.
Check "Disable Windows Tips & Suggestions" Status (Python)
Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak via winreg to confirm whether it's appliβ¦
Check "Disable Activity Feed / Timeline" Status (Python)
Reads the registry value behind the "Disable Activity Feed / Timeline" tweak via winreg to confirm whether it's applied.