Browse all scripts
Check "Disable Start Menu App Suggestions" Status
Reads the current registry value behind the "Disable Start Menu App Suggestions" tweak so you can confirm whether it's …
Align Taskbar Icons Left
Switches the Windows 11 taskbar back to left-aligned icons.
Check "Disable Sticky Keys Shortcut Prompt" Status (Python)
Reads the registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak via winreg to confirm whether it's appl…
Get System Drivers Report (JScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console — JScript, VBScript's WSH sibling language.
Disable Game Bar Startup Tips
Stops the Game Bar from showing its startup tip panel.
Clean Up The system-wide Windows Temp folder
Reports the size of the system-wide Windows Temp folder and optionally clears it out. Dry-run by default.
Watch Network Adapters for Changes
Polls Win32_NetworkAdapter on an interval and prints a line whenever the Network Adapters count changes — a lightweight…
Get Printers Report (Python)
Uses wmic under the hood to report Printers (Win32_Printer) — no third-party packages required.
Disable Taskbar Chat Icon (Python)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
Report Size of The system-wide Windows Temp folder (VBA)
Reports the total size and top-level file count of the system-wide Windows Temp folder using Scripting.FileSystemObject…
Enable Num Lock on Startup (JScript)
Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).