Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic Logon for Win2KAdvServer 1

Status
Not open for further replies.

BlindMonk

IS-IT--Management
Jul 20, 2004
9
CA
Is it possible to have a user automatically log on to Windows 2000 Advanced Server? If so, how?

Warren
 
BlindMonk:

It is possible:

DISCLAIMER:
MODIFYING REGISTRY CAN CAUSE YOUR SYSTEM TO DIE!!!! USE THE FOLLOWING AT YOUR OWN RISK.....

Now for the pubished hack...

Open regedit and drill down to the following key:
Hkey_Local_Machine\software\Microsoft\Windows NT\CurrentVersion\Winlogon

Create a new string value called DefaultPassword. Modify this password to be the password of the DefaultUserName (probably Administrator - or who ever the DefaultUserName is).

Next, create a new string value called AutoAdminLogon. Modify it's value to be 1.

Close your regedit and reboot. You should automatically log on when you do.

Please note: this is actually from a KB article at Microsoft for Windows 2000, but it works for Advanced Server (been doing it for my home machine for a while now!)

HTH

jocasio
 
Forgot to mention in my previous post: If you do this your password will be in plain site (as the DefaultPassword) So use extreme caution with this!

jocasio
 
thanks jocasio! and thanks for the tip on the plain site password.

Warren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top