Browse all scripts

🧬 WQL / PowerShell

Win32_TimeZone: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_TimeZone via Register-CimIndicationEvent β€” real WQL event query s…

πŸ“Š VBA (Excel)

Check Disable Explorer Startup Delay Registry Value (VBA)

Reads the Disable Explorer Startup Delay registry value via WScript.Shell.RegRead and reports it in a message box β€” no …

🐍 Python 3.10+

Backup Pointing Devices to JSON (Python)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_StartupCommand: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_StartupCommand exposes on the current system, instead of…

πŸ–₯️ Batch (CMD)

Export Network Adapter Configuration to CSV (Batch)

Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.

🧰 Registry (.reg)

Disable Game Bar Startup Tips (Registry Tweak)

Stops the Game Bar from showing its startup tip panel.

⚑ PowerShell 5.1+

Watch Page File Usage for Changes

Polls Win32_PageFileUsage on an interval and prints a line whenever the Page File Usage count changes β€” a lightweight w…

πŸ–₯️ Batch (CMD)

Check "Enable Light Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Light Mode" tweak.

🟣 C# / .NET 6+

Increase Icon Cache Size (C#)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via Microsoft.Win32.R…

⚑ PowerShell 5.1+

Check "Disable Background Apps Globally" Status

Reads the current registry value behind the "Disable Background Apps Globally" tweak so you can confirm whether it's ap…

🟣 C# / .NET 6+

Get Computer System Product Info Report (C#)

Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.

πŸ“„ JScript (WSH)

Get Startup Programs Report (JScript)

Queries Win32_StartupCommand via WMI and prints Startup Programs to the console β€” JScript, VBScript's WSH sibling langu…