π Python
Cross-platform automation scripts that also run great on Windows.
Export Physical Disk Drives to CSV (Python)
Exports Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file via wmic.
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.
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.
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β¦
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β¦
Clean Up The NuGet packages cache (Python)
Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.
Export Network Shares to CSV (Python)
Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.
Export Computer System Info to CSV (Python)
Exports Computer System Info (Win32_ComputerSystem) to a timestamped CSV file via wmic.
Backup Network Login Profiles to JSON (Python)
Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file for later comparison or auditinβ¦
Get Connected Monitors Report (Python)
Uses wmic under the hood to report Connected Monitors (Win32_DesktopMonitor) β no third-party packages required.
Enable Light Mode (Python)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.
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.