Jump to content

Recommended Posts

Posted

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:

IMG_9117D.JPG

Posted

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%

  • Thanks 1
Posted
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!

 

IMG_6238.jpg

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...