Tag: registry

599 script(s) tagged “registry”

⚑ PowerShell 5.1+

Disable Start Menu Suggested Apps

Stops Windows from silently installing suggested Store apps.

πŸ“œ VBScript (WSH)

Check "Show Recycle Bin Icon on Desktop" Status (VBScript)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Check "Disable Taskbar Transparency" Status

Reads the current registry value behind the "Disable Taskbar Transparency" tweak so you can confirm whether it's applie…

πŸ–₯️ Batch (CMD)

Check "Disable Taskbar Widgets Icon" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Widgets Icon" tweak.

🧰 Registry (.reg)

Disable Aero Shake (Registry Tweak)

Stops shaking a window from minimizing every other open window.

🐍 Python 3.10+

Check "Disable Remote Assistance" Status (Python)

Reads the registry value behind the "Disable Remote Assistance" tweak via winreg to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

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

Uses reg query to check the current value behind the "Disable Start Menu Web Search" tweak.

πŸ“œ VBScript (WSH)

Disable Start Menu Web Search (VBScript)

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

🐍 Python 3.10+

Disable Activity Feed / Timeline (Python)

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

πŸ–₯️ Batch (CMD)

Check "Hide Taskbar Search Box" Status (Batch)

Uses reg query to check the current value behind the "Hide Taskbar Search Box" tweak.

🟣 C# / .NET 6+

Show Hidden Files (C#)

Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.

πŸ“„ JScript (WSH)

Show Seconds in Taskbar Clock (JScript)

Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).