richbrowncardiff Posted May 11, 2017 Posted May 11, 2017 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
jmcdermott Posted May 11, 2017 Posted May 11, 2017 (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 May 11, 2017 by jmcdermott
richbrowncardiff Posted May 11, 2017 Author Posted May 11, 2017 Thanks for that. Unfortunately still the same though
Bob_the_Goon Posted May 11, 2017 Posted May 11, 2017 Have you selected and ran the "Update Deployment Share" within MDT?
NB9457 Posted May 11, 2017 Posted May 11, 2017 (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 May 11, 2017 by NB9457
computer_expert Posted May 11, 2017 Posted May 11, 2017 have you replaced the boot.wim in WDS (or if you use the ISO images, make sure you are using the latest one). 1
richbrowncardiff Posted May 11, 2017 Author Posted May 11, 2017 No thats a good point ! will try that now !
GroovyNerd Posted May 11, 2017 Posted May 11, 2017 (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 May 11, 2017 by GroovyNerd 1
richbrowncardiff Posted May 11, 2017 Author Posted May 11, 2017 Thanks all, I hadn't updated the litetouch.wim in wds ! all working well much appreciated.
PotNoodleTech Posted May 12, 2017 Posted May 12, 2017 Yeh you need to update the deployment share and copy the Wim to WDS whenever you make changes to the boot configuration in MDT. 1
snagrat Posted May 12, 2017 Posted May 12, 2017 If you google it you will find ways to have WDS auto update after a deployment share update 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now