Jump to content

phandwerk

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About phandwerk

Profile Information

  • OS
    Windows 7 x64

phandwerk's Achievements

0

Reputation

  1. 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
×
×
  • Create New...