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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Logon on NT

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I am wondering how you configure NT to allow automatic logon.
 
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon Set 'DefaultDomainName' and 'DefaultUserName' as desired
Create two new string entries:
DefaultPassword: "foo" or whatever...
AutoAdminLogon: "1"
Note: AutoAdminLogon seems to reset to "0" if you have a NULL Admin
password.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top