Browse all scripts
Disable Sticky Keys Shortcut Prompt (C#)
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via Microsoft.Win32.Regisβ¦
Watch Time Zone Settings for Changes
Polls Win32_TimeZone on an interval and prints a line whenever the Time Zone Settings count changes β a lightweight wayβ¦
Disable Autoplay for All Drives (Registry Tweak)
Disables Autoplay prompts for every drive type, including USB.
Watch Sound Devices for Changes
Polls Win32_SoundDevice on an interval and prints a line whenever the Sound Devices count changes β a lightweight way tβ¦
Get Sound Devices Report (C#)
Queries Win32_SoundDevice via WMI (System.Management) and prints Sound Devices to the console.
Watch Printers for Changes
Polls Win32_Printer on an interval and prints a line whenever the Printers count changes β a lightweight way to notice β¦
Backup Battery Info to JSON (Python)
Snapshots Battery Info (Win32_Battery) to a timestamped JSON file for later comparison or auditing.
Export Network Adapter Configuration to CSV (Python)
Exports Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file via wmic.
Unprotect All Sheets
Removes sheet protection from every worksheet in the workbook using a given password.
Clean Up Stuck print spooler files (Python)
Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.
Win32_Processor: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_Processor exposes on the current system, instead of guesβ¦
Load USB Controllers into Excel via WMI
Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active worβ¦