Hi there
I'm currently building my Windows 8.1 x64 Enterprise Image via SCCM 2012 R2. I'm using the following answer file for setting the region and language.
<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="specialize"><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>de-CH</InputLocale><SystemLocale>de-CH</SystemLocale><UILanguage>de-CH</UILanguage><UILanguageFallback>de-CH</UILanguageFallback><UserLocale>de-CH</UserLocale></component></settings></unattend>
After the installation there are the following keyboard layouts available:
- 1: German (Switzerland)
- 2: French (Switzerland)
- 3: German (Germany)
Currently i'm removing 2 / 3 via a User GPP (Keyboard Layout\Preload). But this only affects the current user. Is there any way how i can remove those Layoutglobally and set it to "German (Switzerland)" Only?
Thanks in advance