Bob-wei

注意:936(简体中文)时,指定Consolas等英文字体将无效,会自动变为“新宋体”。

代码页:若是UTF8(65001)应改为:0000fde9

字号:000e0000 -> 12

 

cmd_437_consolas.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]
"CodePage"=dword:000001b5
"FaceName"="Consolas"
"InsertMode"=dword:00000001
"FontSize"=dword:000e0000
"LineSelection"=dword:00000001
"LineWrap"=dword:00000001
"QuickEdit"=dword:00000001
"ScreenBufferSize"=dword:2328005a

 

cmd_936_新宋体.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]
"CodePage"=dword:000003A8
"FaceName"="新宋体"
"InsertMode"=dword:00000001
"FontSize"=dword:000e0000
"LineSelection"=dword:00000001
"LineWrap"=dword:00000001
"QuickEdit"=dword:00000001
"ScreenBufferSize"=dword:2328005a

 

分类:

技术点:

相关文章:

  • 2022-01-14
  • 2021-12-22
  • 2021-12-22
  • 2021-09-11
  • 2021-08-28
  • 2021-09-24
  • 2021-12-18
猜你喜欢
  • 2021-12-22
  • 2021-12-20
  • 2021-05-04
  • 2021-06-06
  • 2021-04-09
  • 2021-05-27
相关资源
相似解决方案