diff --git a/config/tweaks.json b/config/tweaks.json index 9c0fd768..e9bf9772 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1686,6 +1686,23 @@ ], "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": "" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/disablelockscreen" + }, "WPFToggleStartMenuRecommendations": { "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.",