π Python
Cross-platform automation scripts that also run great on Windows.
Backup Sound Devices to JSON (Python)
Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file for later comparison or auditing.
Clean Up The user CrashDumps folder (Python)
Reports the size of the user CrashDumps folder and optionally clears it out. Dry-run by default.
Get Sound Devices Report (Python)
Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β no third-party packages required.
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.
Backup Computer System Info to JSON (Python)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.
Backup Motherboard Info to JSON (Python)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.
Get Pointing Devices Report (Python)
Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β no third-party packages required.
Show Hidden Files (Python)
Makes File Explorer always show hidden files and folders. Applies the tweak via the stdlib winreg module.
Get The NuGet packages cache Size Report (Python)
Recursively sums the size of the NuGet packages cache, read-only (no deletion).
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.
Disable Windows Consumer Features (Python)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦
Get The Windows Internet cache (INetCache) Size Report (Python)
Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).