Windows use the registry to adjust the order of input methods

Source: Internet
Author: User

An easy way is to first remove the most commonly used input method, and then reinstall the input method, the most commonly used input method is installed in the front.

The second method is to adjust the order of the input method by modifying the registry, adding or removing input methods, and even the default input method after Windows startup is Chinese instead of English. Through the analysis of the registry, we can find that the corresponding primary keys of each input method are stored under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard layout\, as shown in the following table:

Under Hkey_users\.default\keyboard layout\preload\ is the primary key and key value of the input method installed by the system, the primary key is the natural number, and the key value is the primary key of each input method in the above table. For example, the system has installed smart ABC, full spell, and Wubi input methods, you can see the following primary key and key values:

Primary key key value

1 00000409 2 E0040804 3 E0010804 4 E0220804

Here we change the order of input methods:

Suppose you want to change the input method order to English, Wubi, full spelling, and smart ABC, you can make changes to the primary key and key values as follows:

Primary key key value

1 00000409 2 E0220804 3 E0010804 4 E0040804

Then restart the computer, the input method order is changed over.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.