🐍 Python

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

🐍 Python 3.10+

Export Physical Disk Drives to CSV (Python)

Exports Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Backup The Windows Prefetch folder to Zip (Python)

Zips up the current contents of the Windows Prefetch folder before you run a cleanup against it.

🐍 Python 3.10+

Check "Disable Taskbar Widgets Icon" Status (Python)

Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Check "Disable Start Menu App Suggestions" Status (Python)

Reads the registry value behind the "Disable Start Menu App Suggestions" tweak via winreg to confirm whether it's appli…

🐍 Python 3.10+

Check "Disable Windows Welcome Experience" Status (Python)

Reads the registry value behind the "Disable Windows Welcome Experience" tweak via winreg to confirm whether it's appli…

🐍 Python 3.10+

Clean Up The NuGet packages cache (Python)

Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Export Network Shares to CSV (Python)

Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Computer System Info to CSV (Python)

Exports Computer System Info (Win32_ComputerSystem) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Backup Network Login Profiles to JSON (Python)

Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file for later comparison or auditin…

🐍 Python 3.10+

Get Connected Monitors Report (Python)

Uses wmic under the hood to report Connected Monitors (Win32_DesktopMonitor) β€” no third-party packages required.

🐍 Python 3.10+

Enable Light Mode (Python)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Check "Enable Win32 Long Paths" Status (Python)

Reads the registry value behind the "Enable Win32 Long Paths" tweak via winreg to confirm whether it's applied.