Tag: registry
599 script(s) tagged “registry”
Hide Taskbar Search Box
Hides the search box on the taskbar, leaving just an icon or nothing.
Align Taskbar Icons Left (JScript)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite (JScript synta…
Disable Game Bar Startup Tips (Batch)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (Batch)
Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.
Enable Num Lock on Startup (Registry Tweak)
Turns Num Lock on by default for every new sign-in.
Check "Disable News and Interests Feed" Status (Batch)
Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.
Enable Win32 Long Paths (Batch)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
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…
Check "Disable Remote Assistance" Status
Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.
Check "Show Hidden Files" Status (VBScript)
Reads the registry value behind the "Show Hidden Files" tweak to confirm whether it's applied.
Check "Disable Aero Shake" Status (Batch)
Uses reg query to check the current value behind the "Disable Aero Shake" tweak.
Disable Start Menu App Suggestions (Python)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.