🐍 Python

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

🐍 Python 3.10+

Backup Sound Devices to JSON (Python)

Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Clean Up The user CrashDumps folder (Python)

Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Get Sound Devices Report (Python)

Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β€” no third-party packages required.

🐍 Python 3.10+

Check "Show Recycle Bin Icon on Desktop" Status (Python)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup Computer System Info to JSON (Python)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Motherboard Info to JSON (Python)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Pointing Devices Report (Python)

Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β€” no third-party packages required.

🐍 Python 3.10+

Show Hidden Files (Python)

Makes File Explorer always show hidden files and folders. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Get The NuGet packages cache Size Report (Python)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

🐍 Python 3.10+

Backup Microsoft Edge's browser cache to Zip (Python)

Zips up the current contents of Microsoft Edge's browser cache before you run a cleanup against it.

🐍 Python 3.10+

Disable Windows Consumer Features (Python)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🐍 Python 3.10+

Get The Windows Internet cache (INetCache) Size Report (Python)

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