Training
Learning path
MD-100 Configure post-installation settings and personalization - Training
MD-100 Configure post-installation settings and personalization
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes the regional and language settings options and the method to modify the settings.
Applies to: Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack 1
Original KB number: 2764405
This article describes the Regional and Language Settings options in Windows Vista, in Windows Server 2008, in Windows 7 and in Windows Server 2008 R2. Also, in this article you can find the method to modify the settings using an xml based answer file.
<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
<!-- user list -->
<gs:UserList>
<gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
</gs:UserList>
<!-- GeoID -->
<gs:LocationPreferences>
<gs:GeoID Value="244"/>
</gs:LocationPreferences>
<gs:MUILanguagePreferences>
<gs:MUILanguage Value="cy-GB"/>
<gs:MUIFallback Value="en-GB"/>
</gs:MUILanguagePreferences>
<!-- system locale -->
<gs:SystemLocale Name="en-US"/>
<!-- input preferences -->
<gs:InputPreferences>
<gs:InputLanguageID Action="add" ID="0409:00000409"/>
<gs:InputLanguageID Action="remove" ID="0409:00000409"/>
</gs:InputPreferences>
<!-- user locale -->
<gs:UserLocale>
<gs:Locale Name="en-US" SetAsCurrent="true" ResetAllSettings="false">
<gs:Win32>
<gs:iCalendarType>1</gs:iCalendarType>
<gs:iCurrency>3</gs:iCurrency>
<gs:iCurrDigits>1</gs:iCurrDigits>
<gs:sList>...</gs:sList>
<gs:sDecimal>;;</gs:sDecimal>
<gs:sThousand>::</gs:sThousand>
<gs:sGrouping>1</gs:sGrouping>
<gs:iDigits>2</gs:iDigits>
<gs:iNegNumber>2</gs:iNegNumber>
<gs:sNegativeSign>(</gs:sNegativeSign>
<gs:sPositiveSign>=</gs:sPositiveSign>
<gs:sCurrency>kr</gs:sCurrency>
<gs:sMonDecimalSep>,,</gs:sMonDecimalSep>
<gs:sMonThousandSep>...</gs:sMonThousandSep>
<gs:sMonGrouping>3</gs:sMonGrouping>
<gs:iNegCurr>3</gs:iNegCurr>
<gs:iLZero>0</gs:iLZero>
<gs:sTimeFormat>:HH:m:s tt:</gs:sTimeFormat>
<gs:s1159>a.m.</gs:s1159>
<gs:s2359>p.m.</gs:s2359>
<gs:sShortDate>d/M/yy</gs:sShortDate>
<gs:sLongDate>dddd, MMMM yyyy</gs:sLongDate>
<gs:iFirstDayOfWeek>6</gs:iFirstDayOfWeek>
<gs:iFirstWeekOfYear>2</gs:iFirstWeekOfYear>
<gs:sNativeDigits>0246813579</gs:sNativeDigits>
<gs:iDigitSubstitution>1</gs:iDigitSubstitution>
<gs:iMeasure>0</gs:iMeasure>
<gs:iTwoDigitYearMax>2021</gs:iTwoDigitYearMax>
</gs:Win32>
</gs:Locale>
</gs:UserLocale>
</gs:GlobalizationServices>
Create an xml file with the required settings and save it as a file (for example: c:\unattend.xml). The .xml file should at minimum include the following:
<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
<gs:UserList>
<gs:User UserID="Current"/>
</gs:UserList>
</gs:GlobalizationServices>
Create a batch file by using the following command line to apply the answer file settings:
control.exe intl.cpl,,/f:"c:\Unattend.xml"
Guide to Windows Vista Multilingual User Interface
https://technet.microsoft.com/library/cc721887(WS.10).aspx
If you need assistance from Microsoft support, we recommend you collect the information by following the steps mentioned in Gather information by using TSS for deployment-related issues.
Training
Learning path
MD-100 Configure post-installation settings and personalization - Training
MD-100 Configure post-installation settings and personalization