Browse all scripts
Apply Disable Snap Assist Suggestions (VBA)
Stops Windows from suggesting other windows to snap next to one you just moved. Applied via WScript.Shell.RegWrite fromβ¦
Check "Disable Autoplay for All Drives" Status
Reads the current registry value behind the "Disable Autoplay for All Drives" tweak so you can confirm whether it's appβ¦
Backup The current user's Temp folder to Zip
Zips up the current contents of the current user's Temp folder before you run a cleanup against it.
Get Installed Hotfixes Report
Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV expβ¦
Get Battery Info Report (VBScript)
Queries Win32_Battery via WMI and prints Battery Info to the console β no PowerShell required.
Check "Disable Windows Tips & Suggestions" Status (Python)
Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak via winreg to confirm whether it's appliβ¦
Check "Disable Activity Feed / Timeline" Status (Python)
Reads the registry value behind the "Disable Activity Feed / Timeline" tweak via winreg to confirm whether it's applied.
Check Disable Aero Shake Registry Value (VBA)
Reads the Disable Aero Shake registry value via WScript.Shell.RegRead and reports it in a message box β no PowerShell oβ¦
Disable Recent Documents History
Stops Windows from tracking recently opened documents.
Disable Sticky Keys Shortcut Prompt (JScript)
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via WScript.Shell.RegWritβ¦
Win32_NetworkLoginProfile: Network Login Profiles (WQL)
A minimal WQL reference query against Win32_NetworkLoginProfile β the raw SELECT statement plus a one-line runner, usefβ¦
Get USB Controllers Report (VBScript)
Queries Win32_USBController via WMI and prints USB Controllers to the console β no PowerShell required.