I am using Windows 10 Pro x64 on my personal laptop on which I have a single user account with no password. For some reason however, Windows 10 has started asking me to enter a password whenever I boot up my machine. All I have to do is press the button without entering anything, and I log in, but I would much rather skip this step in favor of an automatic sign-in. Why has this started happening only now? What can I do to stop this behavior?
Asked
Active
Viewed 8.1k times
2 Answers
11
Here is how to stop the computer from asking for a password every time:
- Right-click the Windows Logo (Start Button) and click "Run"
- Type
netplwizand click "OK" - Uncheck "Users must enter a username and password to use this computer."
Moshe Katz
- 3,363
1
Moshe Katz requested that I repost my above comment as a separate answer.
As of 2023, the only method I found that works to automatically log in to Windows 10 is the following:
Use regedit to create and/or edit the following registry keys in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon:
Create and or edit the following keys:
- Set
DefaultUserNameto the user name. - Set
DefaultPasswordto the user's password. - Set
AutoAdminLogonto the string1.
Source:
https://helpdeskgeek.com/windows-10/how-to-set-up-windows-10-to-login-automatically/
mpb
- 335
netplwiz. (This despite trying various tricks to make the checkbox "reappear"). However, I was able to achieve automatic login by creating three registry keys (DefaultUserName,DefaultPassword, andAutoAdminLogon) inComputer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogonas described at helpdeskgeek.com. – mpb Sep 05 '23 at 06:19