Browse all scripts
Disable Remote Assistance (C#)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Disable Explorer Startup Delay (JScript)
Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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…
Check "Disable Activity Feed / Timeline" Status (VBScript)
Reads the registry value behind the "Disable Activity Feed / Timeline" tweak to confirm whether it's applied.
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…
Disable Storage Sense Low-Space Notifications (Batch)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.
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…
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…
Disable Taskbar Widgets Icon (Python)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
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…
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…
Disable Windows Telemetry
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt.