Browse all scripts

🟣 C# / .NET 6+

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…

⚑ PowerShell 5.1+

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…

🧰 Registry (.reg)

Disable Autoplay for All Drives (Registry Tweak)

Disables Autoplay prompts for every drive type, including USB.

⚑ PowerShell 5.1+

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…

🟣 C# / .NET 6+

Get Sound Devices Report (C#)

Queries Win32_SoundDevice via WMI (System.Management) and prints Sound Devices to the console.

⚑ PowerShell 5.1+

Watch Printers for Changes

Polls Win32_Printer on an interval and prints a line whenever the Printers count changes β€” a lightweight way to notice …

🐍 Python 3.10+

Backup Battery Info to JSON (Python)

Snapshots Battery Info (Win32_Battery) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Export Network Adapter Configuration to CSV (Python)

Exports Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file via wmic.

πŸ“Š VBA (Excel)

Unprotect All Sheets

Removes sheet protection from every worksheet in the workbook using a given password.

🐍 Python 3.10+

Clean Up Stuck print spooler files (Python)

Reports the size of stuck print spooler files and optionally clears it out. Dry-run by default.

🧬 WQL / PowerShell

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…

πŸ“Š VBA (Excel)

Load USB Controllers into Excel via WMI

Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active wor…