For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure Keyboard Language

DeployR supports two different methods for setting the keyboard layout language for WinPE, using the dialog box by clicking on the keyboard, or by setting it in the bootstrap.json file.

DeployR UI in WinPE

Bootstrap.json

By adding the variable KeyboardLayoutPE and the code for the language you would like,the default can be set to something other than English. Example Bootstrap.json set to French:

The list of codes can be found on the Microsoft site here: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-language-pack-default-values?view=windows-11

Last updated