Browse all scripts
Win32_TimeZone: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_TimeZone via Register-CimIndicationEvent β real WQL event query sβ¦
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 β¦
Backup Pointing Devices to JSON (Python)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.
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β¦
Export Network Adapter Configuration to CSV (Batch)
Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.
Disable Game Bar Startup Tips (Registry Tweak)
Stops the Game Bar from showing its startup tip panel.
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β¦
Check "Enable Light Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Light Mode" tweak.
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β¦
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β¦
Get Computer System Product Info Report (C#)
Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.
Get Startup Programs Report (JScript)
Queries Win32_StartupCommand via WMI and prints Startup Programs to the console β JScript, VBScript's WSH sibling languβ¦