Browse all scripts
Export Printers to CSV via WMI (VBA)
Queries Win32_Printer via WMI and writes every Printers row straight to a CSV file in Documents, using plain VBA file I…
Win32_SystemDriver: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_SystemDriver exposes on the current system, instead of g…
Check "Disable Background Apps Globally" Status (VBScript)
Reads the registry value behind the "Disable Background Apps Globally" tweak to confirm whether it's applied.
Export Network Login Profiles to CSV via WMI (VBA)
Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documen…
Disable Snap Assist Suggestions
Stops Windows from suggesting other windows to snap next to one you just moved.
Backup The NuGet packages cache to Zip
Zips up the current contents of the NuGet packages cache before you run a cleanup against it.
Disable Windows Tips & Suggestions (VBScript)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite.
Win32_PhysicalMemory: Filtering Physical Memory Modules (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_PhysicalMemory, starting from a LIKE '%' wildcard you customize with a …
Get Motherboard Info Report (Batch)
Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.
Anti-Idle Mouse Jiggler
F9 toggles a tiny periodic mouse nudge to prevent the screen from locking/sleeping during long downloads or presentatio…
Show Seconds in Taskbar Clock (VBScript)
Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite.
Load BIOS Info into Excel via WMI
Queries Win32_BIOS via GetObject("winmgmts:") and dumps every BIOS Info row straight onto the active worksheet, no Powe…