acores Posted January 3, 2007 Posted January 3, 2007 Hello.I want to customise an unanttend Windows XP installation from a CD. I am editing the Winnt.sif answer file in order to stablish all the needed answers.However I am facing some difficulties in one step: I want to begin the session with the name «User A» instead of «Administrator».Can anyone tell me which command line should I enter in the Winnt.sif file in order to achieve that?Thank you in advance.Regards
Express Posted January 3, 2007 Posted January 3, 2007 I added a CMDLINES.TXT in the $OEM$ folder with the following txt inside;(CMDLINES.TXT)[COMMANDS]"RunOnceEx.cmd"".\sav.cmd"".\fixaccts.cmd""REGEDT32.EXE /S tweaks.reg""REGEDT32.EXE /S tweaks2.reg"Then I created FIXACCTX.CMD with the following;(FIXACCTX.CMD)@echo offecho Renaming/Creating Accountsnet user guest {s2J234OPH}.\renuser guest notguestnet localgroup guests notguest /delete.\renuser Administrator UserAnet user /add Administrator /active:no /passwordchg:no /passwordreq:yesnetuser Administrator /pwnexp:yREGEDT32.EXE /S enablesr.regnet user Administrator {s2J234OPH}net localgroup users Administrator /deleteSo now instead of logging in to Administrator I would log on to UserA (who has admin rights)hope this helps...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now