Wednesday 25 March 2015

Setting Regional Settings

=========Below is a sample file for setting Regional =============================================
For almost all the countries you can download it from here  Download the settings from Gdrive share http://goo.gl/TpZvyH 

A sample file for for setting this ... In your Task Sequence Call the batch file to set the settings

Belfeld.bat
copy /Y "%~dp0Belfeld.xml" c:\windows\system32\Belfeld.xml
control intl.cpl,, /f:"C:\Windows\system32\Belfeld.xml"
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Microsoft\Active Setup\Installed Components\KBLayout" /v StubPath /t REG_SZ /d "control intl.cpl,, /f:"""C:\Windows\system32\Belfeld.xml"""" /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Microsoft\Active Setup\Installed Components\KBLayout" /v IsInstalled /t REG_DWORD /d 1 /f

Belfeld.xml

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

 <!--User List-->
 <gs:UserList>
 <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
 </gs:UserList>

 <!--Input preferences-->
 <gs:InputPreferences>
 <gs:InputLanguageID Action="add" ID="0409:00020409" Default="true"/>
 <gs:InputLanguageID Action="remove" ID="0809:00000809" />
 </gs:InputPreferences>

  <!-- GeoID -->
  <gs:LocationPreferences>
  <gs:GeoID Value="176"/>
  </gs:LocationPreferences>

  <gs:UserLocale>
  <gs:Locale Name="nl-NL" SetAsCurrent="true">
  </gs:Locale>
 </gs:UserLocale>

 <gs:SystemLocale Name="nl-NL" />

</gs:GlobalizationServices>

Set Regional settings for
Download the settings from Gdrive share http://goo.gl/TpZvyH 
Belfeld.bat
Belfeld.xml
Bercelona.bat
Bercelona.xml
Brussels.bat
Brussels.xml
Budapest.bat
Budapest.xml
CHIBA.bat
CHIBA.xml
Colonge.bat
Colonge.xml
Goteborg.bat
Goteborg.xml
Hongkong.bat
Hongkong.xml
Honkong.bat
Honkong.xml
Houton.bat
Houton.xml
Johannesburg.bat
Johannesburg.xml
KarlsKoga.bat
KarlsKoga.xml
London.bat
London.xml
Mahwah.bat
Mahwah.xml
Mexico.bat
Mexico.xml
Milano.bat
Milano.xml
Moscow.bat
Moscow.xml
Mumbai.bat
Mumbai.xml
Noida.bat
Noida.xml
Paris.bat
Paris.xml
Porto.bat
Porto.xml
Quebec.bat
Quebec.xml
SaoPaolo.bat
SaoPaolo.xml
Shanghai.bat
Shanghai.xml
Stockholm.bat
Stockholm.xml
Sydney.bat
Sydney.xml
Taiwan.bat
Taiwan.xml
Tokyo.bat
Tokyo.xml
Toronto.bat
Toronto.xml
Vienna.bat
Vienna.xml
Vilnius.bat
Vilnius.xml
Warsaw.bat
Warsaw.xml
Win7Language.wsf
Yorbalinda.bat
Yorbalinda.xml
Zurich.bat
Zurich.xml


No comments:

Post a Comment