Browse all scripts

🧬 WQL / PowerShell

Win32_StartupCommand: Sorting Startup Programs (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

πŸ–₯️ Batch (CMD)

Check "Enable Win32 Long Paths" Status (Batch)

Uses reg query to check the current value behind the "Enable Win32 Long Paths" tweak.

⚑ PowerShell 5.1+

Watch Computer System Info for Changes

Polls Win32_ComputerSystem on an interval and prints a line whenever the Computer System Info count changes β€” a lightwe…

🧬 WQL / PowerShell

Win32_BIOS: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_BIOS …

πŸ“Š VBA (Excel)

Report Size of Google Chrome's browser cache (VBA)

Reports the total size and top-level file count of Google Chrome's browser cache using Scripting.FileSystemObject, stra…

πŸ“„ JScript (WSH)

Disable Taskbar Chat Icon (JScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“œ VBScript (WSH)

Disable Bing Search Suggestions (VBScript)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Start Menu Suggested Apps (VBScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Check "Disable Recent Documents History" Status (Batch)

Uses reg query to check the current value behind the "Disable Recent Documents History" tweak.

🧰 AutoHotkey v2

Quick App Launcher

Ctrl+Alt+letter hotkeys that launch (or focus, if already running) Notepad, Calculator, and File Explorer.

⚑ PowerShell 5.1+

Backup Installed MSI Products List to JSON

Snapshots Installed MSI Products from Win32_Product to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Disable Autoplay for All Drives

Disables Autoplay prompts for every drive type, including USB.