在Windows下,命令提示符默认字体特别不清晰又扎眼
而windows下最适合编程的字体要数
Consolas
字体了,那么如何将命令提示符换成Consolas
字体呢?我们只需要注册以下信息即可:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]
"WindowSize"=dword:00170058
"ScreenBufferSize"=dword:01170058
"WindowPosition"=dword:0079004b
"ColorTable01"=dword:00235600
"FontSize"=dword:00120000
"FontWeight"=dword:00000190
"FaceName"="Consolas"
"FontFamily"=dword:00000036
注册方法
新建一个文本文件,将信息保存到此文本文件中
然后将文本文件重命名为*.reg
,如:Consolas.reg
然后双击此文件将其注册
好了,现在打开命令提示符,看起来会是这个样子的: