From b2a258a45fd69e05ac7970bd4363774e362b0ff2 Mon Sep 17 00:00:00 2001 From: NotDecided <152010164+letsconfuse@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:04:11 +0530 Subject: [PATCH] Add option to disable lock screen in tweaks.json (#4721) --- config/tweaks.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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.",