Skip to content

Instantly share code, notes, and snippets.

@sengiv
Created July 2, 2022 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sengiv/736e439c40fb7cfab98d6aeaa91b8ed1 to your computer and use it in GitHub Desktop.
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
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