Browse all scripts
Clean Up The pip download cache (VBScript)
Reports the size of the pip download cache and deletes its contents after a confirmation prompt.
Export Network Adapters to CSV (Batch)
Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.
Enable Light Mode (VBScript)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite.
Backup Network Adapters to JSON (C#)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file via System.Management and System.Text.Json.
Get Network Adapters Report (Batch)
Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.
Disable Recent Documents History (Batch)
Stops Windows from tracking recently opened documents. Applies the tweak via reg.exe.
Export Time Zone Settings to CSV (Python)
Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.
Disable Taskbar Widgets Icon (Batch)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.
Check "Disable Explorer Startup Delay" Status (Python)
Reads the registry value behind the "Disable Explorer Startup Delay" tweak via winreg to confirm whether it's applied.
Export Installed MSI Products to CSV (Python)
Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.
Get Microsoft Edge's browser cache Size Report (Python)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
Get System Drivers Report (Python)
Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.