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

Need to Autologon after W2K install/Winlogon

Status
Not open for further replies.

netwerkassist

Technical User
Apr 17, 2002
12
CA
After initial install (upgrade)of W2K Server, I need to autolog on once to run some more apps. W2K won't autologon on an upgrade in setup manager, only fresh install with unattend.txt

I trying to use Winlogon from registry, but can't see a DefaultPassword key. I'm using a cmdlines.txt, here is wha I have:
[Commands]

".\REGEDIT /S .\LOGON.REG"
".\REGEDIT /S .\APPS.REG"

Here is my logon.reg file
REGEDIT4

[HKEYLOCAL_LOCAL_MACHINE\Microsoft\WindowsNT\CurrentVersion\Winlogon]

"AutoAdminLogon" ="1"
"DefaultUserName" ="user"
"DefaultPassword" = "mypass"
"DefaultDomain" = "mydomain"
These 2 files exist in $OEM$ directory.

Appreciate help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top