Tag: registry

599 script(s) tagged “registry”

πŸ“œ VBScript (WSH)

Check "Disable Lock Screen Notifications" Status (VBScript)

Reads the registry value behind the "Disable Lock Screen Notifications" tweak to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Disable Windows Welcome Experience (Batch)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Check Disable Background Apps Globally Registry Value (VBA)

Reads the Disable Background Apps Globally registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

πŸ–₯️ Batch (CMD)

Disable Bing Search Suggestions (Batch)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via reg.exe.

🧰 Registry (.reg)

Disable Windows Consumer Features (Registry Tweak)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🧰 Registry (.reg)

Enable Light Mode (Registry Tweak)

Reverts File Explorer and other system surfaces to light mode.

πŸ“„ JScript (WSH)

Disable Start Menu Web Search (JScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Check "Show Hidden Files" Status (Python)

Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.

⚑ PowerShell 5.1+

Disable Cortana

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.

πŸ“œ VBScript (WSH)

Disable Fast Startup (VBScript)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

πŸ“Š VBA (Excel)

Apply Disable Activity Feed / Timeline (VBA)

Disables the Windows Activity Feed / Timeline feature (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

🐍 Python 3.10+

Check "Disable Xbox Game Bar Capture" Status (Python)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak via winreg to confirm whether it's applied.