Skip to content

Commit 14447a7

Browse files
committed
add bat reg
1 parent 97ddb52 commit 14447a7

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# windows-xiaohe-double-pinyin
1+
# windows-xiaohe-double-pinyin
2+
Character encoding
3+
- xiaohe-double-pinyin.bat UTF-8
4+
- xiaohe-double-pinyin.reg UTF-16 LE

xiaohe-double-pinyin.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
chcp 65001
2+
3+
reg export HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS InputMethod_Settings_CHS_backup.reg /y
4+
reg add HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS /v UserDefinedDoublePinyinScheme0 /t REG_SZ /d "小鹤双拼*2*^*iuvdjhcwfg xmlnpbksqszxkrltvyovt" /f
5+
reg add HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS /v "Enable Double Pinyin" /t REG_DWORD /d 00000001 /f
6+
reg add HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS /v DoublePinyinScheme /t REG_DWORD /d 0xa /f
7+
8+
pause

xiaohe-double-pinyin.reg

516 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)