How to Enable Autologon for Windows Server 2008 Member Servers

In a previous post I showed how to enable Autologon for workgroup servers.
Once you join a server to a domain, Windows will automatically delete the AutoAdminLogon value from the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry key. This causes the userpasswords2 control to hide the "Users must enter a user name and password to use this computer" checkbox shown above.
Here's how to get the missing checkbox back and configure Autologon:
- Open a CMD prompt and enter the following (all on one line):
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d "1" /f
- Click Start, Run and enter control userpasswords2
- Clear the checkbox for Users must enter a user name and password to use this computer and click OK
- Enter the user name and password that will be used for Autologon and click OK
When the server starts up the account you specified will be logged in automatically. Note that the password is encrypted on the computer.
Labels: tip, troubleshooting, Windows Server 2008



5 Comments:
That fixed it! Great work, Jeff.
Wow you’re the man, thanks a million. This is the second poster who provided details on the missing check box and the OS version.
Guys if you need autologon plus some interesting features like autolog/logooff scheduler, desktop lock and password encryption -- here is the LogonExpert autologon tool
How about on a 2008 Domain Controller? Group Policy setting to allow?? Registry hack to allow??
Thanks!
The steps above will work for a Windows 2008 domain controller, as well.
Post a Comment
Links to this post:
Create a Link
<< Home