windows10 更改cmd字体为Consolas+微软雅黑 完美解决方案

新建注册表,(或者新建txt粘贴后把后缀改成.reg)

粘贴以下内容

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont]
"0"="Lucida Console"
"00"="Consolas"
"936"="x"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\RasterFonts]
"微软雅黑"="msyh.ttc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Consolas"=hex(7):4d,00,53,00,59,00,48,00,2e,00,54,00,54,00,43,00,2c,00,ae,5f,\
  6f,8f,c5,96,d1,9e,2c,00,31,00,32,00,38,00,2c,00,38,00,30,00,00,00,00,00

打开后重启,嫌重启慢注销也可以

进入系统后 cmd字体应该已经变成consolas+微软雅黑了,enjoy!

如果没有变,输入chcp 437,然后右键属性字体改成consolas,然后再chcp 936,应该就可以了

已经在三台版本不同的win10上测试可用

效果:

猜你喜欢

转载自blog.csdn.net/u011086331/article/details/81542848
今日推荐