AsadAlrafidain
Member
- Messages
- 119
- Reaction score
- 17
Is there a way for automating adding additional keyboard layout so that windows would have 2 keyboard layouts out of the box ? (Default is EN-US)
I don't want to download a language pack, I want to add a keyboard layout from the list that's already backed into Windows 11 ISO....I can do this during OOBE (even when offline), but I want to automate this step to skip OOBE altogether.... I want it to be like this picture out of the box
See if this (link) is what you are looking for. In the unattend.xml, edit the file manually and change <InputLocale>en-US</InputLocale> so that it adds a semicolon and whatever you want the second keyboard to be, such as English/Arabic: <InputLocale>en-US;ar-SA</InputLocale>Is there a way for automating adding additional keyboard layout so that windows would have 2 keyboard layouts out of the box ? (Default is EN-US)
It would be nice to incorporate such a feature into NTLiteDoesn't work that way. You can search online for another solution if you want.