Tag: registry
599 script(s) tagged “registry”
Disable Start Menu App Suggestions (C#)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.
Disable Remote Assistance (Python)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Check Disable Fast Startup Registry Value (VBA)
Reads the Disable Fast Startup registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell…
Enable Clipboard History (C#)
Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Start Menu Web Search" Status (VBScript)
Reads the registry value behind the "Disable Start Menu Web Search" tweak to confirm whether it's applied.
Check "Enable Dark Mode" Status
Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.
Check "Disable Windows Telemetry" Status (VBScript)
Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.
Check "Disable Windows Consumer Features" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.
Enable Win32 Long Paths (Registry Tweak)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Check "Disable Explorer Startup Delay" Status (Batch)
Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.
Disable Window Animations
Disables minimize/maximize window animations for a snappier feel.
Apply Disable Bing Search Suggestions (VBA)
Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.