🐍 Python

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

🐍 Python 3.10+

Bulk File Renamer

Renames files using regex search/replace or sequential numbering, with a dry-run preview by default before anything is …

🐍 Python 3.10+

Folder Size Report

Walks a directory tree and prints the largest subfolders and files with human-readable sizes, a scriptable WinDirStat a…

🐍 Python 3.10+

Enable Clipboard History (Python)

Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Clean Up IIS log files (Python)

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Backup Physical Disk Drives to JSON (Python)

Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Get Installed Hotfixes Report (Python)

Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) β€” no third-party packages required.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Get Operating System Info Report (Python)

Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) β€” no third-party packages required.

🐍 Python 3.10+

Disable Lock Screen (Python)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🐍 Python 3.10+

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.

🐍 Python 3.10+

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.