๐ Python
Cross-platform automation scripts that also run great on Windows.
Disable Snap Assist Suggestions (Python)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via the stdlib winregโฆ
Clean Up The Windows Update download cache (Python)
Reports the size of the Windows Update download cache and optionally clears it out. Dry-run by default.
Check "Disable Start Menu Suggested Apps" Status (Python)
Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak via winreg to confirm whether it's applieโฆ
Get Network Adapter Configuration Report (Python)
Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) โ no third-party pโฆ
Disable First Logon Animation (Python)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administโฆ
Disable Windows Welcome Experience (Python)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg moโฆ
Export Page File Usage to CSV (Python)
Exports Page File Usage (Win32_PageFileUsage) to a timestamped CSV file via wmic.
Backup The current user's Temp folder to Zip (Python)
Zips up the current contents of the current user's Temp folder before you run a cleanup against it.
Enable Win32 Long Paths (Python)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoโฆ
Backup BIOS Info to JSON (Python)
Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file for later comparison or auditing.
Get The VS Code cache folder Size Report (Python)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Disable Background Apps Globally (Python)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via the stdlib winrโฆ