Tag: registry
599 script(s) tagged “registry”
Check "Enable Light Mode" Status (VBScript)
Reads the registry value behind the "Enable Light Mode" tweak to confirm whether it's applied.
Check "Disable Feedback Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Feedback Notifications" tweak.
Disable Tailored Experiences (JScript)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite (JSc…
Apply Disable Start Menu App Suggestions (VBA)
Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.
Disable Fast Startup (C#)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
Check "Disable Fast Startup" Status (VBScript)
Reads the registry value behind the "Disable Fast Startup" tweak to confirm whether it's applied.
Disable Game Bar Startup Tips (Python)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via the stdlib winreg module.
Disable Start Menu Suggested Apps (Registry Tweak)
Stops Windows from silently installing suggested Store apps.
Disable Feedback Notifications (VBScript)
Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.
Disable Aero Shake (VBScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.
Check "Enable Num Lock on Startup" Status (Batch)
Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.
Apply Disable Windows Spotlight on Desktop (VBA)
Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.