Browse all scripts

πŸ–₯️ Batch (CMD)

Disable Cortana (Batch)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

⚑ PowerShell 5.1+

Backup The system-wide Windows Temp folder to Zip

Zips up the current contents of the system-wide Windows Temp folder before you run a cleanup against it.

πŸ–₯️ Batch (CMD)

Export Battery Info to CSV (Batch)

Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.

⚑ PowerShell 5.1+

Watch Signed Drivers for Changes

Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes β€” a lightweight …

🧬 WQL / PowerShell

Win32_Printer: Sorting Printers (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

πŸ“Š VBA (Excel)

Color Code Negative Numbers

Colors negative numeric values red across the current selection, positive values left unchanged.

🐍 Python 3.10+

Backup Network Adapter Configuration to JSON (Python)

Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file for later compar…

πŸ“Š VBA (Excel)

Export Motherboard Info to CSV via WMI (VBA)

Queries Win32_BaseBoard via WMI and writes every Motherboard Info row straight to a CSV file in Documents, using plain …

🐍 Python 3.10+

Clean Up The Explorer thumbnail cache (Python)

Reports the size of the Explorer thumbnail cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Check "Enable Num Lock on Startup" Status (Python)

Reads the registry value behind the "Enable Num Lock on Startup" tweak via winreg to confirm whether it's applied.

🟣 C# / .NET 6+

Get Network Adapters Report (C#)

Queries Win32_NetworkAdapter via WMI (System.Management) and prints Network Adapters to the console.

⚑ PowerShell 5.1+

Watch Network Login Profiles for Changes

Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes β€” a …