Browse all scripts

📜 VBScript (WSH)

Clean Up The pip download cache (VBScript)

Reports the size of the pip download cache and deletes its contents after a confirmation prompt.

🖥️ Batch (CMD)

Export Network Adapters to CSV (Batch)

Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.

📜 VBScript (WSH)

Enable Light Mode (VBScript)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite.

🟣 C# / .NET 6+

Backup Network Adapters to JSON (C#)

Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file via System.Management and System.Text.Json.

🖥️ Batch (CMD)

Get Network Adapters Report (Batch)

Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.

🖥️ Batch (CMD)

Disable Recent Documents History (Batch)

Stops Windows from tracking recently opened documents. Applies the tweak via reg.exe.

🐍 Python 3.10+

Export Time Zone Settings to CSV (Python)

Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.

🖥️ Batch (CMD)

Disable Taskbar Widgets Icon (Batch)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

🐍 Python 3.10+

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.

🐍 Python 3.10+

Export Installed MSI Products to CSV (Python)

Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Microsoft Edge's browser cache Size Report (Python)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

🐍 Python 3.10+

Get System Drivers Report (Python)

Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.