Jump to content

Recommended Posts

Posted

How do i set the local information in MDT?

 

I made my golden image in English Int (all set to UK) and when deployed it sets it back to US language and layout.

 

This is my rules in MDT:

 

Settings]

Priority=Default

 

[Default]

_SMSTSORGNAME=%TaskSequenceID%

UserDataLocation=NONE

DoCapture=YES

OSInstall=Y

AdminPassword=*******

TimeZoneName=GMT Standard Time

JoinWorkgroup=WORKGROUP

HideShell=NO

FinishAction=SHUTDOWN

ApplyGPOPack=NO

SLSHARE=\\utility\f$\DeploymentShare\Logs

SkipAdminPassword=YES

SkipApplications=YES

SkipBitLocker=YES

SkipCapture=NO

SkipComputerBackup=YES

SkipComputerName=NO

SkipDomainMembership=YES

SkipFinalSummary=YES

SkipLocaleSelection=YES

SkipProductKey=YES

SkipRoles=YES

SkipSummary=YES

SkipTaskSequence=NO

SkipTimeZone=YES

SkipUserData=YES

WUMU_ExcludeKB001=3162593

Posted

In the rules tab add...

 

KeyboardLocale=en-GB

KeyboardLocale=0809:00000809

 

 

Edit the Bootstrap.ini file and add this udner the Default section...

 

KeyboardLocale=0809:00000809

UserLocale=en-GB

InputLocale=0809:00000809

SystemLocale=en-GB

UILanguage=en-US

  • Thanks 1
Posted
This is my rules in MDT:

You're missing a few things...

 

[settings]
Priority=Default

[Default]
_SMSTSORGNAME=%TaskSequenceID%
UserDataLocation=NONE
DoCapture=YES
OSInstall=Y
AdminPassword=*******
TimeZoneName=GMT Standard Time
[color="#FF0000"]KeyboardLocale=0809:00000809
UserLocale=en-GB
UILanguage=en-GB[/color]
JoinWorkgroup=WORKGROUP
HideShell=NO
FinishAction=SHUTDOWN
ApplyGPOPack=NO
SLSHARE=\\utility\f$\DeploymentShare\Logs
SkipAdminPassword=YES
SkipApplications=YES
SkipBitLocker=YES
SkipCapture=NO
SkipComputerBackup=YES
SkipComputerName=NO
SkipDomainMembership=YES
SkipFinalSummary=YES
SkipLocaleSelection=YES
SkipProductKey=YES
SkipRoles=YES
SkipSummary=YES
SkipTaskSequence=NO
SkipTimeZone=YES
SkipUserData=YES
WUMU_ExcludeKB001=3162593

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