# 潘达仔 - Windows 10/11 为微软拼音导入小鹤双拼方案 (Highlights)

## Metadata
**Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article4.6bc1851654a0.png
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[潘达仔]]
**Full Title**:: Windows 10/11 为微软拼音导入小鹤双拼方案
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [www.jianshu.com](https://www.jianshu.com/p/181c6d08fb1a)
**Host**:: [[www.jianshu.com]]
**Highlighted**:: [[2022-03-10]]
**Created**:: [[2022-09-26]]
## Highlights
- 通过导入注册表的方式来快捷添加。
#code
```
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
"Enable Cloud Candidate"=dword:00000000
"Enable Dynamic Candidate Ranking"=dword:00000001
"EnableExtraDomainType"=dword:00000001
"Enable self-learning"=dword:00000001
"EnableSmartSelfLearning"=dword:00000001
"EnableLiveSticker"=dword:00000000
"Enable EUDP"=dword:00000001
"Enable Double Pinyin"=dword:00000001
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"
"DoublePinyinScheme"=dword:0000000a
```