Browse all scripts

⚑ PowerShell 5.1+

Watch System Drivers for Changes

Polls Win32_SystemDriver on an interval and prints a line whenever the System Drivers count changes β€” a lightweight way…

🧬 WQL / PowerShell

Win32_BIOS: Sorting BIOS Info (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+

Backup The system-wide Windows Temp folder to Zip (Python)

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

πŸ“„ JScript (WSH)

Get Printers Report (JScript)

Queries Win32_Printer via WMI and prints Printers to the console β€” JScript, VBScript's WSH sibling language.

πŸ“Š VBA (Excel)

Load Startup Programs into Excel via WMI

Queries Win32_StartupCommand via GetObject("winmgmts:") and dumps every Startup Programs row straight onto the active w…

πŸ“„ JScript (WSH)

Get Computer System Product Info Report (JScript)

Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β€” JScript, VBScript'…

πŸ“Š VBA (Excel)

Load Page File Usage into Excel via WMI

Queries Win32_PageFileUsage via GetObject("winmgmts:") and dumps every Page File Usage row straight onto the active wor…

πŸ“œ VBScript (WSH)

Check "Disable Game Bar Startup Tips" Status (VBScript)

Reads the registry value behind the "Disable Game Bar Startup Tips" tweak to confirm whether it's applied.

🐍 Python 3.10+

Backup Environment Variables to JSON (Python)

Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file for later comparison or auditing.

πŸ“„ JScript (WSH)

Disable Windows Telemetry (JScript)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

πŸ“œ VBScript (WSH)

Show Hidden Files (VBScript)

Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite.

⚑ PowerShell 5.1+

Watch Physical Memory Modules for Changes

Polls Win32_PhysicalMemory on an interval and prints a line whenever the Physical Memory Modules count changes β€” a ligh…