August 16, 200422 yr 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?
August 16, 200422 yr 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]
August 16, 200422 yr Its been a while but I think 'sysprep -reseal -mini' will run the mini-setup rather than oobe.Hope that helps,T
August 16, 200422 yr yes, you will also need -mini, but the sysprep.inf will fully automate it so there is no user interaction.
August 18, 200422 yr Author @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?
Create an account or sign in to comment