Browse all scripts

⚡ PowerShell 5.1+

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 …

⚡ PowerShell 5.1+

Align Taskbar Icons Left

Switches the Windows 11 taskbar back to left-aligned icons.

🐍 Python 3.10+

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…

📄 JScript (WSH)

Get System Drivers Report (JScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console — JScript, VBScript's WSH sibling language.

⚡ PowerShell 5.1+

Disable Game Bar Startup Tips

Stops the Game Bar from showing its startup tip panel.

🧰 Registry (.reg)

Enable Clipboard History (Registry Tweak)

Turns on Windows+V clipboard history.

⚡ PowerShell 5.1+

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.

⚡ PowerShell 5.1+

Watch Network Adapters for Changes

Polls Win32_NetworkAdapter on an interval and prints a line whenever the Network Adapters count changes — a lightweight…

🐍 Python 3.10+

Get Printers Report (Python)

Uses wmic under the hood to report Printers (Win32_Printer) — no third-party packages required.

🐍 Python 3.10+

Disable Taskbar Chat Icon (Python)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

📊 VBA (Excel)

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…

📄 JScript (WSH)

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).