Last active
July 24, 2025 00:16
-
-
Save maokwen/edadfff9d3a2768a6d1f87000469e66e to your computer and use it in GitHub Desktop.
微软拼音添加小鹤双拼
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if((Test-Path -LiteralPath "HKCU:\SOFTWARE\Microsoft\InputMethod\Settings\CHS") -ne $true) { New-Item "HKCU:\SOFTWARE\Microsoft\InputMethod\Settings\CHS" -force -ea SilentlyContinue }; | |
| New-ItemProperty -LiteralPath 'HKCU:\SOFTWARE\Microsoft\InputMethod\Settings\CHS' -Name 'UserDefinedDoublePinyinScheme0' -Value 'XiaoHe*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt' -PropertyType String -Force -ea SilentlyContinue; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment