Tag: registry
599 script(s) tagged “registry”
Show This PC Icon on Desktop (VBScript)
Adds the This PC icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.
Disable Lock Screen Notifications (C#)
Stops app notifications from appearing on the lock screen. Applies the tweak via Microsoft.Win32.Registry.
Check "Show Seconds in Taskbar Clock" Status
Reads the current registry value behind the "Show Seconds in Taskbar Clock" tweak so you can confirm whether it's appliβ¦
Disable Aero Shake (JScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite (JScript sβ¦
Check "Disable Windows Spotlight on Desktop" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Spotlight on Desktop" tweak.
Check "Disable Taskbar Chat Icon" Status (Python)
Reads the registry value behind the "Disable Taskbar Chat Icon" tweak via winreg to confirm whether it's applied.
Disable Windows Welcome Experience (Registry Tweak)
Disables the full-screen "suggested content" tips that appear after updates.
Disable Windows Spotlight on Desktop
Turns off the Windows Spotlight rotating desktop background feature.
Enable Win32 Long Paths
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoβ¦
Apply Disable Start Menu Web Search (VBA)
Stops the Start Menu search from including web results. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Spotlight on Desktop (C#)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via Microsoft.Win32.Registry.
Disable Start Menu Web Search (Batch)
Stops the Start Menu search from including web results. Applies the tweak via reg.exe.