Tag: registry
599 script(s) tagged “registry”
Check Disable Lock Screen Notifications Registry Value (VBA)
Reads the Disable Lock Screen Notifications registry value via WScript.Shell.RegRead and reports it in a message box — …
Disable Window Animations (Registry Tweak)
Disables minimize/maximize window animations for a snappier feel.
Check "Disable Autoplay for All Drives" Status (Batch)
Uses reg query to check the current value behind the "Disable Autoplay for All Drives" tweak.
Disable Xbox Game Bar Capture (Registry Tweak)
Disables background game/app capture via the Xbox Game Bar.
Check "Increase Icon Cache Size" Status (VBScript)
Reads the registry value behind the "Increase Icon Cache Size" tweak to confirm whether it's applied.
Check "Disable Game Bar Startup Tips" Status (VBScript)
Reads the registry value behind the "Disable Game Bar Startup Tips" tweak to confirm whether it's applied.
Disable Windows Telemetry (JScript)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…
Show Hidden Files (VBScript)
Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite.
Disable Sticky Keys Shortcut Prompt
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.
Show Recycle Bin Icon on Desktop (C#)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Show This PC Icon on Desktop (Python)
Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.
Disable Recent Documents History (Python)
Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.