Browse all scripts

⚑ PowerShell 5.1+

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…

πŸ“œ VBScript (WSH)

Get Printers Report (VBScript)

Queries Win32_Printer via WMI and prints Printers to the console β€” no PowerShell required.

🧬 WQL / PowerShell

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…

πŸ“Š VBA (Excel)

Apply Disable Windows Tips & Suggestions (VBA)

Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.

🟣 C# / .NET 6+

Disable Windows Welcome Experience (C#)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via Microsoft.Win32.Regi…

πŸ“„ JScript (WSH)

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…

🐍 Python 3.10+

Backup Installed MSI Products to JSON (Python)

Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Watch Installed Hotfixes for Changes

Polls Win32_QuickFixEngineering on an interval and prints a line whenever the Installed Hotfixes count changes β€” a ligh…

🧰 Registry (.reg)

Show This PC Icon on Desktop (Registry Tweak)

Adds the This PC icon back to the desktop.

πŸ“œ VBScript (WSH)

Get BIOS Info Report (VBScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get The VS Code cache folder Size Report (VBScript)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

🐍 Python 3.10+

Get Google Chrome's browser cache Size Report (Python)

Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).