windows - Programmatically change keyboard to Dvorak -


does know api call can use change keyboard layout on windows machine dvorak? doing through ui easy i'd have script can run on new vm's automate process.

i may 4 years late party, did ever find this:

intlcfg command-line options

i don't have windows vista (very bad habit, windows), looking @ page , @ available language packs , default input locales reckon command want might be:

intlcfg.exe -inputlocale:0409:00010409 

for english (united states) language united states dvorak input locale.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -