Set the keyboard layout language for your devices
The following command allows to set the keyboard configuration for your devices (from a list of language) :
The following command allows to set the keyboard configuration for your devices (from a list of language) :
The following command will set the regional and cultural (Money,date..) settings according to the current operating language for the current user : powershell Set-WinCultureFromLanguageListOptOut 0 Note : powershell Set-WinCultureFromLanguageListOptOut 1 will allow the user to chose these settings from a list of languages
The following commands will set the language as en-US (409) on your devices : Note : The differents language code number are easily found on intternet A ) Installed language : reg add “HKLMSYSTEMCurrentControlSetControlNlsLanguage” /v InstallLanguage /t REG_SZ /d 409 /f B ) Default language : reg add “HKLMSYSTEMCurrentControlSetControlNlsLanguage” /v Default /t REG_SZ /d Read more…
The following command will fail if the language en-US is not installed on the device : reg query “HKLMSYSTEMCurrentControlSetControlMUIUILanguagesen-US” Note : To get the list of all installed language, run the following command : reg query “HKLMSYSTEMCurrentControlSetControlMUIUILanguages”