Windows automatic log in for headless servers

Configuring Windows to log in automatically for Headless Servers

For those signing on with a PIN, this will disable the PIN login method and automatically log you in using your Microsoft account credentials supplied in these strings.

To configure Windows to log in automatically, you'll need to follow these steps: 
  1. Click Start, and then click Run.

  2. In the Open box, type Regedt32.exe, and then press Enter.

  3. Locate the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey in the registry.

  4. Double-click the DefaultUserName entry, type your user name, and then click OK.

  5. 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.

    2. Type DefaultPassword, and then press Enter.

    3. Double-click DefaultPassword.

    4. 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.

  6. On the Edit menu, click New, and then point to String Value.

  7. Type AutoAdminLogon, and then press Enter.

  8. Double-click AutoAdminLogon.

  9. In the Edit String dialog box, type 1 and then click OK.

  10. If you have joined the computer to a domain, you should add the DefaultDomain value, and the data for the value should be set as the fully qualified domain name (FQDN) of the domain.

  11. Exit Registry Editor.

  12. Click Start, click Shutdown, and then type a reason in the Comment text box.

  13. Click OK to turn off your computer.

  14. Restart your computer. You can now log on automatically.


Please note: adding, removing, or otherwise changing Windows registry values can have serious effects if done incorrectly.

If you have any trouble, additional information can be found on Mircosoft's documentation website.