Jump to content

Recommended Posts

Posted

Hi guys.

I have some question about my xml file to switch all Regional Settings in Windows 7.

First I want to show my code:

<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">

<gs:UserList>

<gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>

</gs:UserList>

<!-- user locale -->

<gs:UserLocale>

<gs:Locale Name="hu-HU" SetAsCurrent="true" ResetAllSettings="true" />

</gs:UserLocale>

<!-- GeoID -->

<gs:LocationPreferences>

<gs:GeoID Value="109" />

</gs:LocationPreferences>

<!-- Keyboard Layout change -->

<gs:InputPreferences>

<!--en-US--> <gs:InputLanguageID Action="add" ID="0409:00000409" />

<!--hu-HU--> <gs:InputLanguageID Action="add" ID="040e:0000040e" Default="true" />

</gs:InputPreferences>

<!-- system locale -->

<gs:SystemLocale Name="hu-HU" />

<!-- Display Language change -->

<gs:MUILanguagePreferences>

<gs:MUILanguage Value="hu-HU" />

<gs:MUIFallback Value="hu-HU" />

</gs:MUILanguagePreferences>

</gs:GlobalizationServices>

Only the part "SystemLocale" doesn't work. But I don't know why!? Is the "MUIFallback" the same like "SystemLocale"?

Is it true that is impossible to use the "Copy settings" function with xml? To use this regional settings for all new accounts and users and change the welcome screen?

How can I build an if/when function to analyse the computer name and then configure the right regional settings with xml?

best regards

Patrick


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...