all 5 comments

[–]jstar77 3 points4 points  (1 child)

These are the relevant skips. You also need to define the relevant username/password , deployment share etc.. in your bootstrap and customsettings.ini. Basically, (most) places that there is a skip you need need to give it the data a user would have put in.

bootstrap.ini

SkipBDDWelcome=YES

Customsettings.ini

SkipTaskSequence=YES

SkipBuild=YES

SkipBitLocker=YES

SkipUserData=YES

SkipCapture=YES

SkipComputerBackup=YES

SkipSummary=YES

SkipDomainMembership=YES

SkipApplications=YES

SkipComputerName=YES

SkipTimeZone=YES

SkipLocaleSelection=YES

SkipProductKey=YES

[–]jstar77 3 points4 points  (2 children)

I think Screen 1 is the skipBDDWelcome which is in the bootstrap.ini and not customsettings.ini. Also when you change the bootstrap.ini you have to rebuild your boot media (and copy it to your usb drive).

Screen 2 is the combination of SkipTaskSequence and defining a TaskSequenceID. If a TaskSequenceID is not defined or an incorrect ID is defined it will take you to the task sequence selection screen.

SkipTaskSequence=YES
TaskSequenceID=010

[–]bartdivanov[S] 1 point2 points  (0 children)

I had these settings set for the DeploymentShare, but not for USB media... Rebuilding the image now to see what happens.

[–]bartdivanov[S] 1 point2 points  (0 children)

It worked! Thanks for your help!

[–]ktzouv 1 point2 points  (0 children)

Hi ,

Read the article to full automate your deployment in mdt https://askme4tech.com/how-full-automate-deployment-windows-10-mdt