๐Ÿ Python

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

๐Ÿ Python 3.10+

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โ€ฆ

๐Ÿ Python 3.10+

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.

๐Ÿ Python 3.10+

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โ€ฆ

๐Ÿ Python 3.10+

Get Network Adapter Configuration Report (Python)

Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) โ€” no third-party pโ€ฆ

๐Ÿ Python 3.10+

Disable First Logon Animation (Python)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administโ€ฆ

๐Ÿ Python 3.10+

Disable Windows Welcome Experience (Python)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg moโ€ฆ

๐Ÿ Python 3.10+

Export Page File Usage to CSV (Python)

Exports Page File Usage (Win32_PageFileUsage) to a timestamped CSV file via wmic.

๐Ÿ Python 3.10+

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.

๐Ÿ Python 3.10+

Enable Win32 Long Paths (Python)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoโ€ฆ

๐Ÿ Python 3.10+

Backup BIOS Info to JSON (Python)

Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file for later comparison or auditing.

๐Ÿ Python 3.10+

Get The VS Code cache folder Size Report (Python)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

๐Ÿ Python 3.10+

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โ€ฆ