Browse all scripts

πŸ–₯️ Batch (CMD)

Disable Autoplay for All Drives (Batch)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Disable Windows Welcome Experience

Disables the full-screen "suggested content" tips that appear after updates.

🧬 WQL / PowerShell

Win32_StartupCommand: Filtering Startup Programs (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_StartupCommand, starting from a LIKE '%' wildcard you customize with a …

🧬 WQL / PowerShell

Win32_CDROMDrive: CD/DVD Drives (WQL)

A minimal WQL reference query against Win32_CDROMDrive β€” the raw SELECT statement plus a one-line runner, useful for le…

🐍 Python 3.10+

Get Startup Programs Report (Python)

Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β€” no third-party packages required.

⚑ PowerShell 5.1+

Watch Operating System Info for Changes

Polls Win32_OperatingSystem on an interval and prints a line whenever the Operating System Info count changes β€” a light…

πŸ“Š VBA (Excel)

Check Disable Start Menu Web Search Registry Value (VBA)

Reads the Disable Start Menu Web Search registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

🧰 Registry (.reg)

Disable Storage Sense Low-Space Notifications (Registry Tweak)

Silences low-disk-space notifications from Storage Sense.

πŸ“„ JScript (WSH)

Enable Clipboard History (JScript)

Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ–₯️ Batch (CMD)

Disable Sticky Keys Shortcut Prompt (Batch)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via reg.exe.

🧬 WQL / PowerShell

Win32_PointingDevice: Pointing Devices (WQL)

A minimal WQL reference query against Win32_PointingDevice β€” the raw SELECT statement plus a one-line runner, useful fo…

πŸ“œ VBScript (WSH)

Get System Drivers Report to File (VBScript)

Queries Win32_SystemDriver via WMI and writes System Drivers to a timestamped text file, handy for scheduled logon/logo…