Listing 9 illustrates a CustomSettings.ini file used for a New Computer scenario to skip all Windows Deployment Wizard pages. In this sample, the properties to provide when skipping the wizard page are immediately beneath the property that skips the wizard page.

Note   The properties that are used to skip wizard pages are in bold type in the listing.

Listing 9. CustomSettings.ini File for a New Computer Scenario

[Settings]

Priority=Default

Properties=MyCustomProperty

 

[Default]

OSInstall=Y

ScanStateArgs=/v:5 /o /c

LoadStateArgs=/v:5 /c /lac /lae

 

 

SkipCapture=YES

ComputerBackupLocation=\\WDG-MDT-01\Backup$\

BackupFile=MyCustomImage.wim

 

SkipAdminPassword=YES

SkipProductKey=YES

 

SkipDomainMembership=YES

JoinDomain=WOODGROVEBANK

DomainAdmin=Administrator

DomainAdminDomain=WOODGROVEBANK

DomainAdminPassword=P@ssw0rd

 

SkipUserData=Yes

UserDataLocation=\\WDG-MDT-01\UserData$\Directory\usmtdata

 

SkipTaskSequence=YES

TaskSequenceID=Enterprise

 

SkipComputerName=YES

OSDComputerName=%SerialNumber%

 

SkipPackageDisplay=YES

LanguagePacks001={3af4e3ce-8122-41a2-9cf9-892145521660}

LanguagePacks002={84fc70d4-db4b-40dc-a660-d546a50bf226}

 

SkipLocaleSelection=YES

UILanguage=en-US

UserLocale=en-CA

KeyboardLocale=0409:00000409

 

SkipTimeZone=YES

TimeZoneName=China Standard Time

 

SkipApplications=YES

Applications001={a26c6358-8db9-4615-90ff-d4511dc2feff}

Applications002={7e9d10a0-42ef-4a0a-9ee2-90eb2f4e4b98}

 

SkipBitLocker=YES

SkipSummary=YES

Powerusers001=WOODGROVEBANK\PilarA

CaptureGroups=YES

SLShare=\\WDG-MDT-01\UserData$\Logs

Home_page=http://www.microsoft.com/NewComputer


Related Topics

Microsoft Deployment Toolkit Samples Guide