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 to W2KServer Upgrade

Status
Not open for further replies.

netwerkassist

Technical User
Apr 17, 2002
12
CA
I still am having some difficulty trying to execute cmdlines.txt on a W2K Server Upgrade from NT. You cannot use GUIRUNONCE on an upgrade as per Q216300. I'd like to install a bunch of MSI apps which have placed in the $oem$ directory. Have tryed a variety of "net use....." commands in my cmdlines.txt file but no luck. I beleieve there is a reg statement to do autologon.

Here's my cmdlines:
"runonce.bat"
".\REGEDIT /S .\LOGON.REG"

Runonce.bat:

@echo OFF

net use z: \\yew\w2k\i386\$oem$ /USERdavies mypassword /PERSISTENT:NO

"Start /wait msiexec /i \\YEW\w2k\TOOLS\2000rkst.msi /qb"
rem Resource Kit
"Start /wait msiexec /i \\YEW\w2k\W2KResKitS1\w2000rk.msi /qb"
rem Set Server Time
"Start /wait net time /setsntp:york.jettadetta.com"
"Q323255 /n /q /z"


Appreciate some ideas and help!! Pullin my hair out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top