Add option to disable lock screen in tweaks.json (#4721)

This commit is contained in:
NotDecided
2026-06-22 14:34:11 -05:00
committed by GitHub
parent d7cc5981e0
commit b2a258a45f
+17
View File
@@ -1686,6 +1686,23 @@
], ],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/loginblur" "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/loginblur"
}, },
"WPFTweaksDisableLockscreen": {
"Content": "Lock Screen - Disable",
"Description": "Skips the lock screen entirely and goes directly to the sign-in screen on boot and wake.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
"registry": [
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Personalization",
"Name": "NoLockScreen",
"Value": "1",
"Type": "DWord",
"OriginalValue": "<RemoveEntry>"
}
],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/disablelockscreen"
},
"WPFToggleStartMenuRecommendations": { "WPFToggleStartMenuRecommendations": {
"Content": "Start Menu Recommendations", "Content": "Start Menu Recommendations",
"Description": "Toggles the recommendations section in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", "Description": "Toggles the recommendations section in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.",