Browse all scripts
Win32_ComputerSystemProduct: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_ComputerSystemProduct exposes on the current system, ins…
Get Processes Report (C#)
Queries Win32_Process via WMI (System.Management) and prints Processes to the console.
Disable Start Menu App Suggestions (C#)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.
Disable Remote Assistance (Python)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Win32_Group: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Group…
Check Disable Fast Startup Registry Value (VBA)
Reads the Disable Fast Startup registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell…
Enable Clipboard History (C#)
Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Start Menu Web Search" Status (VBScript)
Reads the registry value behind the "Disable Start Menu Web Search" tweak to confirm whether it's applied.
Check "Enable Dark Mode" Status
Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.
Check "Disable Windows Telemetry" Status (VBScript)
Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.
Win32_ComputerSystemProduct: Filtering Computer System Product Info (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_ComputerSystemProduct, starting from a LIKE '%' wildcard you customize …
Check "Disable Windows Consumer Features" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.