🐍 Python
Cross-platform automation scripts that also run great on Windows.
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.
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.
Disable Cortana (Python)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…
Get Network Adapters Report (Python)
Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) — no third-party packages required.
Check "Disable Remote Assistance" Status (Python)
Reads the registry value behind the "Disable Remote Assistance" tweak via winreg to confirm whether it's applied.
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.
Disable Activity Feed / Timeline (Python)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…
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.
Disable Storage Sense Low-Space Notifications (Python)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.
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.
Get The Windows Update download cache Size Report (Python)
Recursively sums the size of the Windows Update download cache, read-only (no deletion).
Check "Disable Window Animations" Status (Python)
Reads the registry value behind the "Disable Window Animations" tweak via winreg to confirm whether it's applied.