Tag: registry
599 script(s) tagged “registry”
Disable Fast Startup
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
Check "Disable Lock Screen Notifications" Status
Reads the current registry value behind the "Disable Lock Screen Notifications" tweak so you can confirm whether it's a…
Enable Light Mode (Python)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.
Check "Enable Win32 Long Paths" Status (Python)
Reads the registry value behind the "Enable Win32 Long Paths" tweak via winreg to confirm whether it's applied.
Check Disable Windows Tips & Suggestions Registry Value (VBA)
Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…
Check "Disable Xbox Game Bar Capture" Status (Batch)
Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.
Enable Light Mode (Batch)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (C#)
Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Disable Taskbar Transparency (JScript)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…
Disable Tailored Experiences (VBScript)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite.
Disable Windows Spotlight on Desktop (Batch)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.
Check "Show This PC Icon on Desktop" Status (Python)
Reads the registry value behind the "Show This PC Icon on Desktop" tweak via winreg to confirm whether it's applied.