🐍 Python

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

🐍 Python 3.10+

Show This PC Icon on Desktop (Python)

Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Recent Documents History (Python)

Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable News and Interests Feed (Python)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Bing Search Suggestions (Python)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Get Network Shares Report (Python)

Uses wmic under the hood to report Network Shares (Win32_Share) β€” no third-party packages required.

🐍 Python 3.10+

Check "Enable Dark Mode" Status (Python)

Reads the registry value behind the "Enable Dark Mode" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Export Processor Info to CSV (Python)

Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Disable Start Menu Suggested Apps (Python)

Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

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…

🐍 Python 3.10+

Disable Explorer Startup Delay (Python)

Removes the artificial delay before startup apps launch. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

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…

🐍 Python 3.10+

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.