Tag: registry

599 script(s) tagged “registry”

πŸ“Š VBA (Excel)

Check Disable Taskbar Widgets Icon Registry Value (VBA)

Reads the Disable Taskbar Widgets Icon registry value via WScript.Shell.RegRead and reports it in a message box β€” no Po…

🧰 Registry (.reg)

Show File Extensions (Registry Tweak)

Registry tweak that forces File Explorer to always show file extensions and hidden files, helping spot double-extension…

πŸ“Š VBA (Excel)

Apply Disable Aero Shake (VBA)

Stops shaking a window from minimizing every other open window. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Disable Activity Feed / Timeline (JScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🧰 Registry (.reg)

Disable Activity Feed / Timeline (Registry Tweak)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

🐍 Python 3.10+

Enable Clipboard History (Python)

Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.

🟣 C# / .NET 6+

Disable Start Menu Web Search (C#)

Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Check "Disable Start Menu Web Search" Status (Python)

Reads the registry value behind the "Disable Start Menu Web Search" tweak via winreg to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Check "Disable Balloon Tip Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.

πŸ“œ VBScript (WSH)

Disable Cortana (VBScript)

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

⚑ PowerShell 5.1+

Disable Xbox Game Bar Capture

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

🐍 Python 3.10+

Disable Lock Screen (Python)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…