Click to See Complete Forum and Search --> : Auto-Logon Windows 2000
cross
September 17th, 2002, 05:55 PM
Ok, i searched for info, and can only find how to do this on an NT machine with the registry. Is there any way to get a 2000 box to auto-logon with a domain user account? As far as I can see, even the NT Reg tweak only gets you to logon as Administrator.... Any way of doing this without a 3rd party program? seems like it's do-able....
Thanks in advance
Curious_One
September 17th, 2002, 06:03 PM
Go into the Control Panel > Users and Passwords and uncheck the box saying users must enter a user name and password to use this computer.
cross
September 17th, 2002, 06:07 PM
Curious, will that not just log me onto the local machine? I need it to authenticate the PW on our domain. I guess a better title for this post would be automatic PW entry for Logon...
Curious_One
September 17th, 2002, 06:42 PM
That solution will only log you in locally. There is a way to do it through the domain but you have to edit the registry.
The key to do this is HKEY_Local_Machine\software\microsoft\windows nt\currentversion\winllogon
You have to set the 'autoadminlogon' to 1
AltDefaultUserName= your username
AltDefaultDomainName= your domain name
DefaultPassword= your password
Please be aware that your password will be in plain text.
Hope this helps.
raisor
September 17th, 2002, 06:42 PM
It is still a registry change that allows you to autologin to the computer. I am attaching a registry file that you will need to modify with your username domain and password. It does work as I have tested it on my works network. Hope this helps.
cross
September 17th, 2002, 06:52 PM
Thank you both for all your help, it works great! I consider this post closed.