Browse all scripts
Disable Autoplay for All Drives (Batch)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via reg.exe.
Disable Windows Welcome Experience
Disables the full-screen "suggested content" tips that appear after updates.
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 β¦
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β¦
Get Startup Programs Report (Python)
Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β no third-party packages required.
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β¦
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β¦
Disable Storage Sense Low-Space Notifications (Registry Tweak)
Silences low-disk-space notifications from Storage Sense.
Enable Clipboard History (JScript)
Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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.
Win32_PointingDevice: Pointing Devices (WQL)
A minimal WQL reference query against Win32_PointingDevice β the raw SELECT statement plus a one-line runner, useful foβ¦
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β¦