Skip to content

Instantly share code, notes, and snippets.

@guyueshui
Created September 27, 2023 07:27
Show Gist options
  • Save guyueshui/9a67768c3566e874770f665822c9be61 to your computer and use it in GitHub Desktop.
Save guyueshui/9a67768c3566e874770f665822c9be61 to your computer and use it in GitHub Desktop.
Windows启用小鹤双拼的注册表脚本。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputMethod\Settings\CHS]
"EnableExtraDomainType"=dword:00000001
"Enable Double Pinyin"=dword:00000001
"DoublePinyinScheme"=dword:0000000a
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"
@guyueshui
Copy link
Author

直接新建文件,拷贝上述内容,保存,更改文件后缀名为.reg,双击运行即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment