Browse all scripts

🧬 WQL / PowerShell

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…

🟣 C# / .NET 6+

Get Processes Report (C#)

Queries Win32_Process via WMI (System.Management) and prints Processes to the console.

🟣 C# / .NET 6+

Disable Start Menu App Suggestions (C#)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Disable Remote Assistance (Python)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🧬 WQL / PowerShell

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…

📊 VBA (Excel)

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…

🟣 C# / .NET 6+

Enable Clipboard History (C#)

Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.

📜 VBScript (WSH)

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.

⚡ PowerShell 5.1+

Check "Enable Dark Mode" Status

Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.

📜 VBScript (WSH)

Check "Disable Windows Telemetry" Status (VBScript)

Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.

🧬 WQL / PowerShell

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 …

🖥️ Batch (CMD)

Check "Disable Windows Consumer Features" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.