Enable Automatic Login in Windows 10, Version 2004 and Later
Monday, May 2, 2022
Reading time 3 minutes
In Windows 10 versions 2004 (May 2020 update) or later, the method to enable automatic login has changed a bit, as now you must edit registry information mandatorily before being able to see the checkbox that allowed enabling automatic login (that is, for a specific user account to be the one that logs in to the computer, without requesting a password). Now, before being able to enable automatic login, you have to do the following.
Show the automatic login checkbox
- From the “run” menu, which is accessed by pressing the Windows+R combination, type “regedit” (without quotes) and press enter.
- Once done, the Windows registry editor will open. To find the information we need to change, you have to search for the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device To be able to do it more quickly, you can simply press the TAB key until you reach the field where you can type text, and there paste the path I’ve placed in the line above, then press enter.
- Again using the Tab key, locate the right panel of the window, where there will be a list of options. In that list the options for the registry key we’re interested in are shown. In this example, in addition to the “(default)” option shown as the first option, we’ll see another one called “DevicePasswordLessBuildVersion”. Once we’re in the list we can find it using the down arrow. We’re going to edit the value of “DevicePasswordLessBuildVersion” by pressing enter once the system focus is located on this option.
- When editing the option, a window with information about the registry value will appear. By default, the system focus will fall to an edit field where the option we previously selected is edited. If this option had never been edited, the value in the edit field will be 2. We have to change that to a 0 and press enter.
- Once this is done, you can now close the registry editor window.
At this point, some users advise restarting the computer, in order to allow the operating system to make the changes that have been saved in the registry. After restarting the system, you can continue with step 2 to finally enable automatic login.
Activating automatic login
- Again, press the Windows+R combination to open the run menu. Type “netplwiz” and press enter. This will open the system user accounts dialog.
- Once this dialog is open, using the Tab key, locate a checkbox called “Users must enter a user name and password to use this computer”. If the user currently requests a password, this checkbox will be checked. Press space to uncheck it, and then press OK.
- If everything went well, now a new dialog will appear, where you must enter, and then confirm, the password of the account that will be used to log in automatically. Once the password is written a couple of times, simply press Tab until you find the OK button, and then press Space or Enter. And it will be ready. From here on, the computer will log in with the user you’ve specified.