|
2 | 2 | <unattend xmlns="urn:schemas-microsoft-com:unattend"> |
3 | 3 | <settings pass="windowsPE"> |
4 | 4 | <component name="Microsoft-Windows-International-Core-WinPE" 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"> |
5 | | - <SetupUILanguage><UILanguage>en-GB</UILanguage></SetupUILanguage> |
6 | 5 | <InputLocale>0409:00000409</InputLocale> |
7 | | - <UILanguage>en-GB</UILanguage> |
8 | | - <SystemLocale>en-GB</SystemLocale> |
9 | | - <UserLocale>en-GB</UserLocale> |
10 | 6 | </component> |
11 | 7 | <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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"> |
12 | 8 | <DriverPaths> |
|
55 | 51 | </component> |
56 | 52 | <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"> |
57 | 53 | <InputLocale>0409:00000409</InputLocale> |
58 | | - <SystemLocale>en-GB</SystemLocale> |
59 | | - <UILanguage>en-GB</UILanguage> |
60 | | - <UserLocale>en-GB</UserLocale> |
61 | 54 | </component> |
62 | 55 | </settings> |
63 | 56 | <settings pass="oobeSystem"> |
64 | | - <!-- V11: Force locale in oobeSystem to skip OOBE country/keyboard screens (Win11 25H2) --> |
| 57 | + <!-- V11: Force US keyboard in oobeSystem; locale untouched so image default is used --> |
65 | 58 | <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"> |
66 | 59 | <InputLocale>0409:00000409</InputLocale> |
67 | | - <SystemLocale>en-GB</SystemLocale> |
68 | | - <UILanguage>en-GB</UILanguage> |
69 | | - <UserLocale>en-GB</UserLocale> |
70 | 60 | </component> |
71 | 61 | <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"> |
72 | 62 | <OOBE><HideEULAPage>true</HideEULAPage><HideOnlineAccountScreens>true</HideOnlineAccountScreens><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><ProtectYourPC>3</ProtectYourPC></OOBE> |
|
0 commit comments