Additional keyboard layout

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)
 
Doesn't work that way. You can search online for another solution if you want.
 
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)
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>
 
Back
Top