Jump to content

Recommended Posts

Posted

Hi All,

 

Anyone been able to Skip the Run and Credentials screen in MDT 2013 ?

 

I have SkipBDDWelcome=Yes in Both Bootstrap.ini and customsettings.ini as well as network credentials but no joy, and re-created the boot image on the deployment share

 

Many thanks In advance

Posted (edited)

Not sure if it will help but we have the following and do not see the credential page:

OSInstall=Y

SkipCapture=YES

SkipAdminPassword=YES

SkipProductKey=YES

SkipComputerBackup=YES

SkipBitLocker=YES

SkipComputerName=NO

SkipDomainMembership=YES

SkipUserData=YES

DoCapture=NO

SkipLocaleSelection=YES

SkipTaskSequence=NO

SkipTimeZone=YES

SkipRoles=YES

SkipApplications=NO

SkipSummary=YES

SkipBDDWelcome=YES

TimeZone=085

TimeZoneName=GMT Standard Time

EventService=http://*redacted*-03:9800

JoinDomain=*redacted*

DomainAdmin=*redacted*

DomainAdminDomain=*redacted*

DomainAdminPassword=*redacted*

 

bootstrap.ini

[settings]

Priority=Default

 

[Default]

DeployRoot=\\*redacted*\DeploymentShare$

UserID=administrator

UserDomain=*redacted*

UserPassword=

 

KeyboardLocale=en-GB

SkipBDDWelcome=YES

Edited by jmcdermott
Posted (edited)

You can add this to the customsettings.ini:

 

DomainAdmin=User

DomainAdminDomain=Domain.local

DomainAdminPassword=password

 

That's a way of doing it, obviously not the most secure thing, but if say it's just for a project it's not too bad.

 

If it's a High School though, I'd strongly recommend leaving some kind of authorisation in place as all it takes is for one of them to work it out!

Edited by NB9457
Posted (edited)
have you replaced the boot.wim in WDS (or if you use the ISO images, make sure you are using the latest one).

This would be my guess. You'll need to replace the boot image in WDS after updating it in the workbench.

Would also be worth checking that both the customsettings.ini and bootstrap.ini match

Edited by GroovyNerd
  • Thanks 1

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



×
×
  • Create New...