🐍 Python
Cross-platform automation scripts that also run great on Windows.
Export Keyboard Info to CSV (Python)
Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.
Export BIOS Info to CSV (Python)
Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.
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.
Backup Processes to JSON (Python)
Snapshots Processes (Win32_Process) to a timestamped JSON file for later comparison or auditing.
Backup Local Groups to JSON (Python)
Snapshots Local Groups (Win32_Group) to a timestamped JSON file for later comparison or auditing.
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.
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.
Get Processes Report (Python)
Uses wmic under the hood to report Processes (Win32_Process) — no third-party packages required.
Disable Windows Telemetry (Python)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…
Backup Pointing Devices to JSON (Python)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.
Backup System Drivers to JSON (Python)
Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file for later comparison or auditing.
Check "Disable Fast Startup" Status (Python)
Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.