π Python
Cross-platform automation scripts that also run great on Windows.
Bulk File Renamer
Renames files using regex search/replace or sequential numbering, with a dry-run preview by default before anything is β¦
Folder Size Report
Walks a directory tree and prints the largest subfolders and files with human-readable sizes, a scriptable WinDirStat aβ¦
Enable Clipboard History (Python)
Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.
Clean Up IIS log files (Python)
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
Backup Physical Disk Drives to JSON (Python)
Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file for later comparison or auditing.
Check "Disable Start Menu Web Search" Status (Python)
Reads the registry value behind the "Disable Start Menu Web Search" tweak via winreg to confirm whether it's applied.
Get Installed Hotfixes Report (Python)
Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) β no third-party packages required.
Backup The Microsoft Teams cache to Zip (Python)
Zips up the current contents of the Microsoft Teams cache before you run a cleanup against it.
Get Operating System Info Report (Python)
Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) β no third-party packages required.
Disable Lock Screen (Python)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
Backup Stuck print spooler files to Zip (Python)
Zips up the current contents of stuck print spooler files before you run a cleanup against it.
Check "Disable Taskbar Chat Icon" Status (Python)
Reads the registry value behind the "Disable Taskbar Chat Icon" tweak via winreg to confirm whether it's applied.