Browse all scripts
Disable Windows Tips & Suggestions
Stops Windows from showing tips and suggestions notifications.
Backup System Drivers to JSON (C#)
Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file via System.Management and System.Text.Json.
Win32_NetworkAdapterConfiguration: Network Adapter Configuration (WQL)
A minimal WQL reference query against Win32_NetworkAdapterConfiguration β the raw SELECT statement plus a one-line runnβ¦
Backup Services to JSON (Python)
Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.
Check "Disable Recent Documents History" Status (VBScript)
Reads the registry value behind the "Disable Recent Documents History" tweak to confirm whether it's applied.
Backup Computer System Info to JSON (C#)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.β¦
Win32_SystemDriver: System Drivers (WQL)
A minimal WQL reference query against Win32_SystemDriver β the raw SELECT statement plus a one-line runner, useful for β¦
Disable Windows Tips & Suggestions (JScript)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Get Connected Monitors Report (VBScript)
Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β no PowerShell required.
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β¦
Get Keyboard Info Report (Batch)
Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.
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β¦