Browse all scripts

📊 VBA (Excel)

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…

🧬 WQL / PowerShell

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…

📜 VBScript (WSH)

Check "Disable Background Apps Globally" Status (VBScript)

Reads the registry value behind the "Disable Background Apps Globally" tweak to confirm whether it's applied.

📊 VBA (Excel)

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…

⚡ PowerShell 5.1+

Disable Snap Assist Suggestions

Stops Windows from suggesting other windows to snap next to one you just moved.

⚡ PowerShell 5.1+

Backup The NuGet packages cache to Zip

Zips up the current contents of the NuGet packages cache before you run a cleanup against it.

📜 VBScript (WSH)

Disable Windows Tips & Suggestions (VBScript)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite.

🧬 WQL / PowerShell

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 …

🖥️ Batch (CMD)

Get Motherboard Info Report (Batch)

Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.

🧰 AutoHotkey v2

Anti-Idle Mouse Jiggler

F9 toggles a tiny periodic mouse nudge to prevent the screen from locking/sleeping during long downloads or presentatio…

📜 VBScript (WSH)

Show Seconds in Taskbar Clock (VBScript)

Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite.

📊 VBA (Excel)

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…