Browse all scripts
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β¦
Check "Enable Win32 Long Paths" Status (Batch)
Uses reg query to check the current value behind the "Enable Win32 Long Paths" tweak.
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β¦
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 β¦
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β¦
Disable Taskbar Chat Icon (JScript)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Bing Search Suggestions (VBScript)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite.
Disable Start Menu Suggested Apps (VBScript)
Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite.
Check "Disable Recent Documents History" Status (Batch)
Uses reg query to check the current value behind the "Disable Recent Documents History" tweak.
Quick App Launcher
Ctrl+Alt+letter hotkeys that launch (or focus, if already running) Notepad, Calculator, and File Explorer.
Backup Installed MSI Products List to JSON
Snapshots Installed MSI Products from Win32_Product to a timestamped JSON file for later comparison or auditing.
Disable Autoplay for All Drives
Disables Autoplay prompts for every drive type, including USB.