unattend.xml for language, regional and Keyboard settings

You will use the awnser File in youre Tasksequence at step “Apply Oprating System”
so you have here an exeample to use it for Regional and Keyboard settings,
this is for Swiss-German (de-CH and 0807) so you can replace this to use youre own.
Here a list of all Locale Identifier Constants and Strings

Copy this and safe as unattend.xml File, no guaranty, hope it works and helps
or download the file here autounattend

==========================
  <?xml version=”1.0″ encoding=”utf-8″ ?>

<unattend xmlns=”urn:schemas-microsoft-com:unattend“>
<settings pass=”windowsPE“>
<component name=”Microsoft-Windows-International-Core-WinPE” processorArchitecture=”x86” publicKeyToken=”31bf3856ad364e35” language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“>
  <InputLocale>0807:00000807</InputLocale>
  <SystemLocale>de-CH</SystemLocale>
  <UserLocale>de-CH</UserLocale>
  </component>
  </settings>
<settings pass=”oobeSystem“>
<component name=”Microsoft-Windows-Shell-Setup” processorArchitecture=”x86” publicKeyToken=”31bf3856ad364e35” language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State“>
<OOBE>
  <HideEULAPage>true</HideEULAPage>
  <NetworkLocation>Work</NetworkLocation>
  <ProtectYourPC>1</ProtectYourPC>
  <SkipUserOOBE>true</SkipUserOOBE>
  </OOBE>
  </component>
<component name=”Microsoft-Windows-International-Core” processorArchitecture=”x86” publicKeyToken=”31bf3856ad364e35” language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“>
  <InputLocale>0807:00000807</InputLocale>
  <SystemLocale>de-CH</SystemLocale>
  <UserLocale>de-CH</UserLocale>
  </component>
  </settings>
  </unattend>

Comments

Leave a Reply

Follow

Get every new post delivered to your Inbox

Join other followers:

%d bloggers like this: