species3618 Posted December 11, 2017 Posted December 11, 2017 Hi Edugeek Last week I captured a reference image using MDT to deploy over the network. Problem I'm having is that once the image has been deployed and the computer restarts it asks me for to setup a local username and computer name. I've used MDT before where I would just deploy a fresh install of Windows 7 and it would use all the settings from the wizard. Is there any way to skip this so that it uses the computer name that it asks for in the MDT wizard and the Administrator account just like normal MDT deployments? Thanks edugeeks
Decimas6 Posted December 11, 2017 Posted December 11, 2017 (edited) Right click your deployment - properties - rules. Set the rules that you want. These are the one's I use: OSInstall=Y SkipCapture=NO SkipAdminPassword=YES AdminPassword= SkipProductKey=YES SkipComputerBackup=YES SkipBitLocker=YES EventService=http://servername:9800 SkipDeploymentType= YESDeploymentType=NEWCOMPUTER SkipLocaleSelection=YES UserLocale=en-GB SystemLocale=en-GB UIlanguage=en-US KeyboardLocale=0809:00000809 TimeZoneName=GMT Standard TimeSkipTimeZone=YES SkipRoles=YES SkipUserData=YES SkipSummary=YES There are more and somethings to change in the CustomSettings.ini file Edited December 11, 2017 by Decimas6
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