Browse all scripts

πŸ“Š VBA (Excel)

Load Keyboard Info into Excel via WMI

Queries Win32_Keyboard via GetObject("winmgmts:") and dumps every Keyboard Info row straight onto the active worksheet,…

🧬 WQL / PowerShell

Win32_Share: Filtering Network Shares (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Share, starting from a LIKE '%' wildcard you customize with a real sear…

πŸ–₯️ Batch (CMD)

Show Recycle Bin Icon on Desktop (Batch)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via reg.exe.

πŸ“œ VBScript (WSH)

Clean Up The user CrashDumps folder (VBScript)

Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.

πŸ“Š VBA (Excel)

Apply Disable Explorer Startup Delay (VBA)

Removes the artificial delay before startup apps launch. Applied via WScript.Shell.RegWrite from VBA.

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_PnPSignedDriver exposes on the current system, instead o…

⚑ PowerShell 5.1+

Get Network Login Profiles Report

Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSV…

🧰 Registry (.reg)

Enable Dark Mode (Registry Tweak)

Switches File Explorer and other system surfaces to dark mode.

πŸ“Š VBA (Excel)

Check Disable Cortana Registry Value (VBA)

Reads the Disable Cortana registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or r…

πŸ“Š VBA (Excel)

Load Operating System Info into Excel via WMI

Queries Win32_OperatingSystem via GetObject("winmgmts:") and dumps every Operating System Info row straight onto the ac…

⚑ PowerShell 5.1+

Backup Processor Info List to JSON

Snapshots Processor Info from Win32_Processor to a timestamped JSON file for later comparison or auditing.

πŸ“Š VBA (Excel)

Check Disable Windows Telemetry Registry Value (VBA)

Reads the Disable Windows Telemetry registry value via WScript.Shell.RegRead and reports it in a message box β€” no Power…