ssrobzoom Posted August 16, 2004 Posted August 16, 2004 When using the sysprep -reseal , is there anyway to make it unattended?I always get the oobe...having to entering in the product i.d. and such.I would like to run sysprep -reseal and automate the oobe and have a total unattended from imaging to reboot to desktopAny suggestion?
peachy Posted August 16, 2004 Posted August 16, 2004 Make sure you have a sysprep.inf file in you %systemdrive%\sysprep directory like the following:;SetupMgrTag[Unattended] UnattendMode = FullUnattended NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386[GuiUnattended] AdminPassword="xxxxx" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1[UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="Your Name" OrgName="Your Company" ComputerName=*[Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=75[TapiLocation] CountryCode=107 Dialing=Tone AreaCode=xxx[SetupMgr] DistFolder=C:\sysprep\i386 DistShare=windist[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[sysprepcleanup]
Tom B Posted August 16, 2004 Posted August 16, 2004 Its been a while but I think 'sysprep -reseal -mini' will run the mini-setup rather than oobe.Hope that helps,T
peachy Posted August 16, 2004 Posted August 16, 2004 yes, you will also need -mini, but the sysprep.inf will fully automate it so there is no user interaction.
ssrobzoom Posted August 18, 2004 Author Posted August 18, 2004 @PeachyThanks it worked very fine!in the unattend script :NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1where did you find these I cannot find any documentation on these entries?
peachy Posted August 18, 2004 Posted August 18, 2004 setupmgr found in the deploy.cab (support/tools from the CD) created them!
ssrobzoom Posted August 20, 2004 Author Posted August 20, 2004 you know I used the setupmgr and it did not create them for me hum
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