Tag: registry

599 script(s) tagged “registry”

⚡ PowerShell 5.1+

Hide Taskbar Search Box

Hides the search box on the taskbar, leaving just an icon or nothing.

📄 JScript (WSH)

Align Taskbar Icons Left (JScript)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite (JScript synta…

🖥️ Batch (CMD)

Disable Game Bar Startup Tips (Batch)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Show This PC Icon on Desktop (Batch)

Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.

🧰 Registry (.reg)

Enable Num Lock on Startup (Registry Tweak)

Turns Num Lock on by default for every new sign-in.

🖥️ Batch (CMD)

Check "Disable News and Interests Feed" Status (Batch)

Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.

🖥️ Batch (CMD)

Enable Win32 Long Paths (Batch)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

📄 JScript (WSH)

Disable Xbox Game Bar Capture (JScript)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite (JScript synta…

⚡ PowerShell 5.1+

Check "Disable Remote Assistance" Status

Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.

📜 VBScript (WSH)

Check "Show Hidden Files" Status (VBScript)

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

🖥️ Batch (CMD)

Check "Disable Aero Shake" Status (Batch)

Uses reg query to check the current value behind the "Disable Aero Shake" tweak.

🐍 Python 3.10+

Disable Start Menu App Suggestions (Python)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.