🐍 Python

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

🐍 Python 3.10+

Backup Windows Error Reporting files to Zip (Python)

Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.

🐍 Python 3.10+

Clean Up The Windows Internet cache (INetCache) (Python)

Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Disable Cortana (Python)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🐍 Python 3.10+

Get Network Adapters Report (Python)

Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) — no third-party packages required.

🐍 Python 3.10+

Check "Disable Remote Assistance" Status (Python)

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

🐍 Python 3.10+

Backup The NuGet packages cache to Zip (Python)

Zips up the current contents of the NuGet packages cache before you run a cleanup against it.

🐍 Python 3.10+

Disable Activity Feed / Timeline (Python)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🐍 Python 3.10+

Check "Disable News and Interests Feed" Status (Python)

Reads the registry value behind the "Disable News and Interests Feed" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Disable Storage Sense Low-Space Notifications (Python)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Clean Up The VS Code cache folder (Python)

Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Get The Windows Update download cache Size Report (Python)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

🐍 Python 3.10+

Check "Disable Window Animations" Status (Python)

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