Last active
June 22, 2024 05:06
-
-
Save tomrockdsouza/e1e767fcc092dd654e0c86860dd1a7ec to your computer and use it in GitHub Desktop.
Got a new windows 11 laptop and the system automatically logs in without a password. Now how do we stop this ?
This file contains 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
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System | |
On the above key create | |
DWORD32: DisableAutomaticRestartSignOn | |
with value: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment