Browse all scripts

⚡ PowerShell 5.1+

Get BIOS Info Report

Queries Win32_BIOS via WMI and reports BIOS Info in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Enable Dark Mode

Switches File Explorer and other system surfaces to dark mode.

🧬 WQL / PowerShell

Win32_StartupCommand: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_StartupCommand via Register-CimIndicationEvent — real WQL event q…

🧬 WQL / PowerShell

Win32_PhysicalMemory: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_PhysicalMemory via Register-CimIndicationEvent — real WQL event q…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Sorting Network Adapter Configuration (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…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_QuickFixEngineering via Register-CimIndicationEvent — real WQL ev…

⚡ PowerShell 5.1+

Backup The Windows Update download cache to Zip

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_PhysicalMemory: Sorting Physical Memory Modules (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…

🐍 Python 3.10+

Check "Show Seconds in Taskbar Clock" Status (Python)

Reads the registry value behind the "Show Seconds in Taskbar Clock" tweak via winreg to confirm whether it's applied.

⚡ PowerShell 5.1+

Backup Services List to JSON

Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.

🖥️ Batch (CMD)

Get Physical Memory Modules Report (Batch)

Uses wmic to list Physical Memory Modules (Win32_PhysicalMemory) straight from the command line.

🖥️ Batch (CMD)

Export CD/DVD Drives to CSV (Batch)

Uses wmic to export CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file.