How to disable login window on Windows Serve 2003 startup?
Although there is no password required I still have to press OK or enter every time on login.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To set Windows Server 2003 to automatically log on, perform the following steps:
Ensure that you are logged in with administrative privileges.
Open the Registry Editor (Start -> Run -> “regedt32.exe”)
Navigate to the following subkey:
Double-click on the
DefaultUserNameentry, type your user name, and click OK. (If relevant for your network configuration, make sure that you set theDefaultDomainentry as well.)Double-click on the
DefaultPasswordentry, type your password, and click OK. (If theDefaultPasswordvalue does not exist, you need to create it in order for this to work.)Add a new
REG_SZvalue (Edit -> New -> String Value).Type
AutoAdminLogonand press EnterDouble-click on the
AutoAdminLogonvalue that you just added.In the “Edit String” dialog box, type
1and click OK.Quit the Registry Editor.
Restart your computer. You should now be logged on automatically to the account that you specified.
If for whatever reason you need to bypass this automatic log-on and log in as a different user, you can hold down the Shift key as you log off.