Browse all scripts
Disable Cortana (Batch)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tβ¦
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.
Export Battery Info to CSV (Batch)
Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.
Watch Signed Drivers for Changes
Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes β a lightweight β¦
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β¦
Color Code Negative Numbers
Colors negative numeric values red across the current selection, positive values left unchanged.
Backup Network Adapter Configuration to JSON (Python)
Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file for later comparβ¦
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 β¦
Clean Up The Explorer thumbnail cache (Python)
Reports the size of the Explorer thumbnail cache and optionally clears it out. Dry-run by default.
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.
Get Network Adapters Report (C#)
Queries Win32_NetworkAdapter via WMI (System.Management) and prints Network Adapters to the console.
Watch Network Login Profiles for Changes
Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes β a β¦