π Python
Cross-platform automation scripts that also run great on Windows.
Check "Show This PC Icon on Desktop" Status (Python)
Reads the registry value behind the "Show This PC Icon on Desktop" tweak via winreg to confirm whether it's applied.
Export CD/DVD Drives to CSV (Python)
Exports CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file via wmic.
Backup Signed Drivers to JSON (Python)
Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file for later comparison or auditing.
Enable Dark Mode (Python)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via the stdlib winreg module.
Disable Feedback Notifications (Python)
Stops Windows from periodically asking for feedback. Applies the tweak via the stdlib winreg module.
Get The system-wide Windows Temp folder Size Report (Python)
Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).
Get Computer System Info Report (Python)
Uses wmic under the hood to report Computer System Info (Win32_ComputerSystem) β no third-party packages required.
Backup Logical Disks to JSON (Python)
Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file for later comparison or auditing.
Get Local User Accounts Report (Python)
Uses wmic under the hood to report Local User Accounts (Win32_UserAccount) β no third-party packages required.
Get Network Login Profiles Report (Python)
Uses wmic under the hood to report Network Login Profiles (Win32_NetworkLoginProfile) β no third-party packages requireβ¦
Export Services to CSV (Python)
Exports Services (Win32_Service) to a timestamped CSV file via wmic.
Disable Windows Tips & Suggestions (Python)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.