Browse all scripts
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.
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β¦
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β¦
Apply Align Taskbar Icons Left (VBA)
Switches the Windows 11 taskbar back to left-aligned icons. Applied via WScript.Shell.RegWrite from VBA.
Disable Autoplay for All Drives (JScript)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Caps Lock to Ctrl
Remaps Caps Lock to act as Ctrl β a classic ergonomic swap for anyone who relies on Ctrl shortcuts constantly.
Backup System Drivers List to JSON
Snapshots System Drivers from Win32_SystemDriver to a timestamped JSON file for later comparison or auditing.
Apply Disable Windows Welcome Experience (VBA)
Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VBβ¦
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β¦
Get Startup Programs Report (VBScript)
Queries Win32_StartupCommand via WMI and prints Startup Programs to the console β no PowerShell required.
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β¦