Browse all scripts

⚑ PowerShell 5.1+

Disable Windows Tips & Suggestions

Stops Windows from showing tips and suggestions notifications.

🟣 C# / .NET 6+

Backup System Drivers to JSON (C#)

Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Network Adapter Configuration (WQL)

A minimal WQL reference query against Win32_NetworkAdapterConfiguration β€” the raw SELECT statement plus a one-line runn…

🐍 Python 3.10+

Backup Services to JSON (Python)

Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

Check "Disable Recent Documents History" Status (VBScript)

Reads the registry value behind the "Disable Recent Documents History" tweak to confirm whether it's applied.

🟣 C# / .NET 6+

Backup Computer System Info to JSON (C#)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.…

🧬 WQL / PowerShell

Win32_SystemDriver: System Drivers (WQL)

A minimal WQL reference query against Win32_SystemDriver β€” the raw SELECT statement plus a one-line runner, useful for …

πŸ“„ JScript (WSH)

Disable Windows Tips & Suggestions (JScript)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

πŸ“œ VBScript (WSH)

Get Connected Monitors Report (VBScript)

Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β€” no PowerShell required.

🧬 WQL / PowerShell

Win32_Process: Sorting Processes (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

πŸ–₯️ Batch (CMD)

Get Keyboard Info Report (Batch)

Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.

🧬 WQL / PowerShell

Win32_UserAccount: Filtering Local User Accounts (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_UserAccount, starting from a LIKE '%' wildcard you customize with a rea…