how to set windows 10 autologin

znright 20 Reputation points
2024-01-10T09:25:23.8833333+00:00

how to set windows 10 autologin?

thanks!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,704 questions
{count} votes

Accepted answer
  1. Thameur-BOURBITA 32,586 Reputation points
    2024-01-10T09:44:32.0133333+00:00

    Hi @znright

    You can use registry key to enable autologon as mentioned in Microsoft article: Turn on automatic logon in Windows

    To use Registry Editor to turn on automatic logon, follow these steps:

    1. Click Start, and then click Run.
    2. In the Open box, type Regedit.exe, and then press Enter.
    3. Locate the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey in the registry.
    4. On the Edit menu, click New, and then point to String Value.
    5. Type AutoAdminLogon, and then press Enter.
    6. Double-click AutoAdminLogon.
    7. In the Edit String dialog box, type 1 and then click OK.
    8. Double-click the DefaultUserName entry, type your user name, and then click OK.
    9. Double-click the DefaultPassword entry, type your password, and then click OK.

    If the DefaultPassword value does not exist, it must be added. To add the value, follow these steps:

    1. On the Edit menu, click New, and then point to String Value.
      1. Type DefaultPassword, and then press Enter.
        1. Double-click DefaultPassword.
          1. In the Edit String dialog, type your password and then click OK.
                 **Note**
            
                 If no DefaultPassword string is specified, Windows automatically changes the value of the `AutoAdminLogon` key from 1 (true) to 0 (false), disabling the AutoAdminLogon feature.
            
    2. If you have joined the computer to a domain, you should add the DefaultDomainName value, and the data for the value should be set as the fully qualified domain name (FQDN) of the domain, for example contoso.com..
    3. Exit Registry Editor.
    4. Click Start, click Shutdown, and then type a reason in the Comment text box.
    5. Click OK to turn off your computer.
    6. Restart your computer. You can now log on automatically.

    Please don't forget to accept helpful answer

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Karlie Weng 14,641 Reputation points Microsoft Vendor
    2024-01-11T03:12:55.75+00:00

    Hello @znright

    Here's another method you may take a try :

    1.open run app in from the search box:

    User's image

    1. Type in netplwiz:

    User's image

    3.Uncheck the box next to Users must enter a user name and password to use this computer from the Users tab. Then select OK at the bottom of the window.

    Checkbox next to Users must enter a user name and password to use this computer in User Accounts window, Windows 10

    1. When the password prompt appears, enter the username you wish to use for your automatic login, followed by the password in the next two boxes.

    5.Select OK to save and close the open windows.

    I hope this helps! Please let me know if you need any further assistance.

    Kind Regards,
    Karlie Weng

    ---If the Answer is helpful, please click "Accept Answer" and upvote it.

    2 people found this answer helpful.