π Python
Cross-platform automation scripts that also run great on Windows.
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.
Export Network Adapters to CSV (Python)
Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.
Get The user CrashDumps folder Size Report (Python)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
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.
Disable Remote Assistance (Python)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Backup Video Controllers to JSON (Python)
Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file for later comparison or auditing.
Get The Windows Prefetch folder Size Report (Python)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Export Signed Drivers to CSV (Python)
Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.
Get CD/DVD Drives Report (Python)
Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β no third-party packages required.
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).
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.
Backup Network Adapters to JSON (Python)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file for later comparison or auditing.