Browse all scripts
Check "Disable Sticky Keys Shortcut Prompt" Status
Reads the current registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak so you can confirm whether it'sβ¦
Get Printers Report (VBScript)
Queries Win32_Printer via WMI and prints Printers to the console β no PowerShell required.
Win32_Group: Filtering Local Groups (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_Group, starting from a LIKE '%' wildcard you customize with a real searβ¦
Apply Disable Windows Tips & Suggestions (VBA)
Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Welcome Experience (C#)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via Microsoft.Win32.Regiβ¦
Increase Icon Cache Size (JScript)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via WScript.Shell.Regβ¦
Backup Installed MSI Products to JSON (Python)
Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file for later comparison or auditing.
Watch Installed Hotfixes for Changes
Polls Win32_QuickFixEngineering on an interval and prints a line whenever the Installed Hotfixes count changes β a lighβ¦
Show This PC Icon on Desktop (Registry Tweak)
Adds the This PC icon back to the desktop.
Get BIOS Info Report (VBScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console β no PowerShell required.
Get The VS Code cache folder Size Report (VBScript)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Google Chrome's browser cache Size Report (Python)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).