Tag: registry

599 script(s) tagged “registry”

📊 VBA (Excel)

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 — …

🧰 Registry (.reg)

Disable Window Animations (Registry Tweak)

Disables minimize/maximize window animations for a snappier feel.

🖥️ Batch (CMD)

Check "Disable Autoplay for All Drives" Status (Batch)

Uses reg query to check the current value behind the "Disable Autoplay for All Drives" tweak.

🧰 Registry (.reg)

Disable Xbox Game Bar Capture (Registry Tweak)

Disables background game/app capture via the Xbox Game Bar.

📜 VBScript (WSH)

Check "Increase Icon Cache Size" Status (VBScript)

Reads the registry value behind the "Increase Icon Cache Size" tweak to confirm whether it's applied.

📜 VBScript (WSH)

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.

📄 JScript (WSH)

Disable Windows Telemetry (JScript)

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

📜 VBScript (WSH)

Show Hidden Files (VBScript)

Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite.

⚡ PowerShell 5.1+

Disable Sticky Keys Shortcut Prompt

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.

🟣 C# / .NET 6+

Show Recycle Bin Icon on Desktop (C#)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Show This PC Icon on Desktop (Python)

Adds the This PC icon back to the desktop. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Disable Recent Documents History (Python)

Stops Windows from tracking recently opened documents. Applies the tweak via the stdlib winreg module.