Browse all scripts

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

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…

⚑ PowerShell 5.1+

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.

⚑ PowerShell 5.1+

Get Installed Hotfixes Report

Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV exp…

πŸ“œ VBScript (WSH)

Get Battery Info Report (VBScript)

Queries Win32_Battery via WMI and prints Battery Info to the console β€” no PowerShell required.

🐍 Python 3.10+

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…

🐍 Python 3.10+

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.

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Disable Recent Documents History

Stops Windows from tracking recently opened documents.

πŸ“„ JScript (WSH)

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…

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Network Login Profiles (WQL)

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

πŸ“œ VBScript (WSH)

Get USB Controllers Report (VBScript)

Queries Win32_USBController via WMI and prints USB Controllers to the console β€” no PowerShell required.