After the language pack installs and reboot, one gets to select the UI language (or Language pack). I want it to be already selected, but I cant get it to work.
The Variables set and used are due to AD_Site and country. The unattend looks like follows.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
After the language pack installs and reboot, one gets to select the UI language (or Language pack). I want it to be already selected, but I cant get it to work.
The Variables set and used are due to AD_Site and country. The unattend looks like follows.
Has anyoned any idea what is wrong?
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<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">
<TimeZone>%Variable_TimeZone%</TimeZone>
<InputLocale>%variable_InputLocale%</InputLocale>
<SystemLocale>%Variable_SystemLocale%</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>%variable_UserLocale%</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<TimeZone>%Variable_TimeZone%</TimeZone>
</component>
</settings>
</unattend>
Share this post
Link to post
Share on other sites