talksr Posted July 26, 2021 Posted July 26, 2021 Hi there, Can anyone remind me how you change the default Language, Time and Currency Format (locale), Keyboard Layout and Time Zone on MDT from US to UK? It has been a while since I have run into this issue. This is what I am currently seeing:
aleach2 Posted July 26, 2021 Posted July 26, 2021 I use the following settings in my CustomSettings.ini file: [settings] Priority=TaskSequenceID, Default Properties=MyCustomProperty [Default] ' ########################### ' ### Default MDT Wizard Settings ### ' ########################### OSInstall=YES DeploymentType=NEWCOMPUTER UserDataLocation=NONE CaptureGroups=NO SkipApplications=YES SkipAppsOnUpgrade=YES SkipBDDWelcome=YES SkipBitLocker=YES SkipBuild=NO SkipCapture=NO SkipComputerBackup=YES SkipDeploymentType=YES SkipDomainMembership=NO SkipFinalSummary=NO SkipLocaleSelection=YES SkipPackageDisplay=YES SkipProductKey=YES SkipTaskSequence=NO SkipTimeZone=YES SkipUserData=YES DoNotCreateExtraPartition=YES ' ########################################## ' ### Sets Screen Resolution (Currently set to auto detect) ### ' ########################################## XResolution=1 YResolution=2 ' ####################### ' ### Default Computer Name ### ' ####################### OSDComputerName=SJS- ' ##################################### ' ### Domain Join Settings (Account & OU Details) ### ' ##################################### JoinDomain=[Domain Name] DomainOUs1=[staging OU1] DomainOus2=[staging OU1] DomainAdminDomain=[Domain Name] DomainAdmin=[service Account Username] DomainAdminPassword=[service Account Password] SkipDomainMembership=NO ' ######################### ' ### Set Local Admin Password ### ' ######################### SkipAdminPassword=YES AdminPassword=[Local Admin Password] ' ########################## ' ### Timezone & Locale Settings ### ' ########################## TimeZone=085 TimeZoneName=GMT Standard Time SkipLocaleSelection=YES KeyboardLocale=en-GB UserLocale=en-GB UILanguage=en-GB ' ###################### ' ### WSUS Server Setting ### ' ###################### WSUSServer=http://[WSUS Server Name]:8530 ' ################################################ ' ### MDT Event Server (Shows Progress of build in MDT Console) ### ' ################################################ EventService=http://[Event Server Name]:9800 ' ############################### ' ### MDT Task Sequence Customisation ### ' ############################### _SMSTSORGNAME=[My Company Name] _SMSTSPackageName=%TaskSequenceName% 1
talksr Posted July 26, 2021 Author Posted July 26, 2021 TimeZoneName=GMT Standard Time Thanks, it is all running fine other than this one which will not let me proceed until I select US. Also, thanks the other poster, didn't realise just how much you could put in!
supawat1 Posted July 27, 2021 Posted July 27, 2021 Just to double check whether you have downloaded English International Win 10 ISO? 2
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