newpersn Posted July 21, 2017 Posted July 21, 2017 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
Chuckster Posted July 21, 2017 Posted July 21, 2017 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 1
Arthur Posted July 21, 2017 Posted July 21, 2017 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 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