🐍 Python

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

🐍 Python 3.10+

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.

🐍 Python 3.10+

Export CD/DVD Drives to CSV (Python)

Exports CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Backup Signed Drivers to JSON (Python)

Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Enable Dark Mode (Python)

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

🐍 Python 3.10+

Disable Feedback Notifications (Python)

Stops Windows from periodically asking for feedback. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

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).

🐍 Python 3.10+

Get Computer System Info Report (Python)

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

🐍 Python 3.10+

Backup Logical Disks to JSON (Python)

Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Local User Accounts Report (Python)

Uses wmic under the hood to report Local User Accounts (Win32_UserAccount) β€” no third-party packages required.

🐍 Python 3.10+

Get Network Login Profiles Report (Python)

Uses wmic under the hood to report Network Login Profiles (Win32_NetworkLoginProfile) β€” no third-party packages require…

🐍 Python 3.10+

Export Services to CSV (Python)

Exports Services (Win32_Service) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Disable Windows Tips & Suggestions (Python)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.