🐍 Python

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

🐍 Python 3.10+

Check "Hide Taskbar Search Box" Status (Python)

Reads the registry value behind the "Hide Taskbar Search Box" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Export Network Adapters to CSV (Python)

Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get The user CrashDumps folder Size Report (Python)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

🐍 Python 3.10+

Hide Taskbar Search Box (Python)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Remote Assistance (Python)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🐍 Python 3.10+

Backup Video Controllers to JSON (Python)

Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get The Windows Prefetch folder Size Report (Python)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

🐍 Python 3.10+

Export Signed Drivers to CSV (Python)

Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get CD/DVD Drives Report (Python)

Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β€” no third-party packages required.

🐍 Python 3.10+

Get The current user's Temp folder Size Report (Python)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

🐍 Python 3.10+

Backup Google Chrome's browser cache to Zip (Python)

Zips up the current contents of Google Chrome's browser cache before you run a cleanup against it.

🐍 Python 3.10+

Backup Network Adapters to JSON (Python)

Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file for later comparison or auditing.