Browse all scripts

📜 VBScript (WSH)

Hide Taskbar Search Box (VBScript)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Disable Xbox Game Bar Capture (VBScript)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite.

⚡ PowerShell 5.1+

Get Keyboard Info Report

Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.

📊 VBA (Excel)

Export Computer System Product Info to CSV via WMI (VBA)

Queries Win32_ComputerSystemProduct via WMI and writes every Computer System Product Info row straight to a CSV file in…

🖥️ Batch (CMD)

Increase Icon Cache Size (Batch)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via reg.exe.

🧬 WQL / PowerShell

Win32_UserAccount: Querying Local User Accounts Remotely (CIM Session)

Runs the same Win32_UserAccount WQL query against a remote computer over a CIM session — the modern, WinRM-based replac…

🟣 C# / .NET 6+

Disable Game Bar Startup Tips (C#)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via Microsoft.Win32.Registry.

🧬 WQL / PowerShell

Win32_SoundDevice: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Sound…

📄 JScript (WSH)

Disable Background Apps Globally (JScript)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via WScript.Shell.R…

🧬 WQL / PowerShell

Win32_Keyboard: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_Keyboard exposes on the current system, instead of guess…

📜 VBScript (WSH)

Disable Snap Assist Suggestions (VBScript)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Reg…

🧰 Registry (.reg)

Disable Windows Tips & Suggestions (Registry Tweak)

Stops Windows from showing tips and suggestions notifications.