Jump to content

sysprep -reseal


Recommended Posts

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 desktop

Any suggestion?

Link to comment
Share on other sites


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]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...