Browse all scripts

🟣 C# / .NET 6+

Disable Remote Assistance (C#)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

📄 JScript (WSH)

Disable Explorer Startup Delay (JScript)

Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Disable Sticky Keys Shortcut Prompt (Python)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via the stdlib winreg mod…

📜 VBScript (WSH)

Check "Disable Activity Feed / Timeline" Status (VBScript)

Reads the registry value behind the "Disable Activity Feed / Timeline" tweak to confirm whether it's applied.

🧬 WQL / PowerShell

Win32_Keyboard: Querying Keyboard Info Remotely (CIM Session)

Runs the same Win32_Keyboard WQL query against a remote computer over a CIM session — the modern, WinRM-based replaceme…

🖥️ Batch (CMD)

Disable Storage Sense Low-Space Notifications (Batch)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.

📊 VBA (Excel)

List Files in The Windows Update download cache (VBA)

Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheet…

📜 VBScript (WSH)

Get Battery Info Report to File (VBScript)

Queries Win32_Battery via WMI and writes Battery Info to a timestamped text file, handy for scheduled logon/logoff scri…

🐍 Python 3.10+

Disable Taskbar Widgets Icon (Python)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

⚡ PowerShell 5.1+

Watch CD/DVD Drives for Changes

Polls Win32_CDROMDrive on an interval and prints a line whenever the CD/DVD Drives count changes — a lightweight way to…

📊 VBA (Excel)

Clean Up Microsoft Edge's browser cache (VBA)

Deletes every file in Microsoft Edge's browser cache after a confirmation prompt, using Scripting.FileSystemObject from…

⚡ PowerShell 5.1+

Disable Windows Telemetry

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt.