Browse all scripts

🐍 Python 3.10+

Backup Stuck print spooler files to Zip (Python)

Zips up the current contents of stuck print spooler files before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_Environment: Filtering Environment Variables (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Environment, starting from a LIKE '%' wildcard you customize with a rea…

⚑ PowerShell 5.1+

Enable Num Lock on Startup

Turns Num Lock on by default for every new sign-in.

πŸ“Š VBA (Excel)

Export Startup Programs to CSV via WMI (VBA)

Queries Win32_StartupCommand via WMI and writes every Startup Programs row straight to a CSV file in Documents, using p…

πŸ“Š VBA (Excel)

Apply Align Taskbar Icons Left (VBA)

Switches the Windows 11 taskbar back to left-aligned icons. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Disable Autoplay for All Drives (JScript)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

🧰 AutoHotkey v2

Caps Lock to Ctrl

Remaps Caps Lock to act as Ctrl β€” a classic ergonomic swap for anyone who relies on Ctrl shortcuts constantly.

⚑ PowerShell 5.1+

Backup System Drivers List to JSON

Snapshots System Drivers from Win32_SystemDriver to a timestamped JSON file for later comparison or auditing.

πŸ“Š VBA (Excel)

Apply Disable Windows Welcome Experience (VBA)

Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VB…

🧬 WQL / PowerShell

Win32_LogicalDisk: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Logic…

πŸ“œ VBScript (WSH)

Get Startup Programs Report (VBScript)

Queries Win32_StartupCommand via WMI and prints Startup Programs to the console β€” no PowerShell required.

πŸ“Š VBA (Excel)

Check Show Hidden Files Registry Value (VBA)

Reads the Show Hidden Files registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or…