Browse all scripts
Load Keyboard Info into Excel via WMI
Queries Win32_Keyboard via GetObject("winmgmts:") and dumps every Keyboard Info row straight onto the active worksheet,β¦
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β¦
Show Recycle Bin Icon on Desktop (Batch)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via reg.exe.
Clean Up The user CrashDumps folder (VBScript)
Reports the size of the user CrashDumps folder and deletes its contents after a confirmation prompt.
Apply Disable Explorer Startup Delay (VBA)
Removes the artificial delay before startup apps launch. Applied via WScript.Shell.RegWrite from VBA.
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β¦
Get Network Login Profiles Report
Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSVβ¦
Enable Dark Mode (Registry Tweak)
Switches File Explorer and other system surfaces to dark mode.
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β¦
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β¦
Backup Processor Info List to JSON
Snapshots Processor Info from Win32_Processor to a timestamped JSON file for later comparison or auditing.
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β¦