Created
July 2, 2022 01:58
-
-
Save sengiv/736e439c40fb7cfab98d6aeaa91b8ed1 to your computer and use it in GitHub Desktop.
Steps To Disable Lock Screen - Windows 10 - Tested to be working for all scenarios, sleep, hibernate & restart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open regedit | |
1.Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows | |
2.Right click on Windows and select New>Key | |
3.Name the new key Personalization | |
4.Right click on Personalization and select New>DWORD (32-Bit) Value | |
5.Name it NoLockScreen | |
6.Double click NoLockScreen and edit the value to be 1 (Hexadecimal) and click OK. | |
7.Restart the computer, and the lock screen should be disabled when it resumes from sleep. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment