cmd字体更改为Consolas+微软雅黑

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

需要注销生效

猜你喜欢

转载自blog.csdn.net/MengXP/article/details/109408285