Jump to content

Keyboard Layout


Recommended Posts

I hope I am in the right place...

I need the ability to automatically add "United States-International" to the keyboard layout in Installed Services in the Regional and Language Options in the Control Panel through a registry change or batch file.

Does anyone know how to do this?

Thanks!

Link to comment
Share on other sites


This may or may not be of some use.

Windows Registry Editor Version 5.00

; Adds United States-International Keyboard Layout
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00020409]
"Layout File"="KBDUSX.DLL"
"Layout Id"="0001"
"Layout Text"="United States-International"
"Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5026"

Link to comment
Share on other sites

This may or may not be of some use.
Windows Registry Editor Version 5.00

; Adds United States-International Keyboard Layout
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00020409]
"Layout File"="KBDUSX.DLL"
"Layout Id"="0001"
"Layout Text"="United States-International"
"Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5026"

Thanks for the suggestion.

I already had the actual key (00020409) in the registry, I was just wondering if there is anyway to automatically enable the United States-International keyboard layout in the Control Panel, without having the user have to do it.

Thanks again!

Link to comment
Share on other sites

You may wish to study these keys too
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00020409"

[HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
"00000409"="00020409"

Thanks for your help again.

These reg settings are great, but it still will now enable to US International layout automatically if I apply this reg key to someone's machine.

I guess there my not be a way to automate this process. I will still keep digging.

Thanks again!

Link to comment
Share on other sites

  • 4 months later...

I want to do the same. We've got users that have the wrong input language and keyboard layout.

They must have 'Dutch (Belgian) -> Belgian (Period)'

I tried this but it didn't resolve anything :no:

I need this to apply on every user on the machine.

[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000813"

[HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
"00000813"

Can anybody helps me?

EDIT: Help modus is off I think :huh: . Neverthless i found it here http://www.msfn.org/board/file-to-be-run-o...ser-t88986.html

Edited by Kingskawn
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...