Browse all scripts
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.
Disable Xbox Game Bar Capture (VBScript)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite.
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.
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…
Increase Icon Cache Size (Batch)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via reg.exe.
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…
Disable Game Bar Startup Tips (C#)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via Microsoft.Win32.Registry.
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…
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…
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…
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…
Disable Windows Tips & Suggestions (Registry Tweak)
Stops Windows from showing tips and suggestions notifications.