🐍 Python

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

🐍 Python 3.10+

Export Keyboard Info to CSV (Python)

Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export BIOS Info to CSV (Python)

Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Check "Disable Snap Assist Suggestions" Status (Python)

Reads the registry value behind the "Disable Snap Assist Suggestions" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup Processes to JSON (Python)

Snapshots Processes (Win32_Process) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Local Groups to JSON (Python)

Snapshots Local Groups (Win32_Group) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup The pip download cache to Zip (Python)

Zips up the current contents of the pip download cache before you run a cleanup against it.

🐍 Python 3.10+

Clean Up The current user's Temp folder (Python)

Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Get Processes Report (Python)

Uses wmic under the hood to report Processes (Win32_Process) — no third-party packages required.

🐍 Python 3.10+

Disable Windows Telemetry (Python)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

🐍 Python 3.10+

Backup Pointing Devices to JSON (Python)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup System Drivers to JSON (Python)

Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Check "Disable Fast Startup" Status (Python)

Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.