Consolas for a Command Prompt
- 1 minute to read
- edit
This actually came out a while ago, but if you like the Consolas font that ships with Vista and Office 2007 you can change the Command Prompt (CMD.EXE) settings to allow you to use Consolas. If you don’t have Consolas installed, you can download from the Microsoft Download Center.
In order to add Consolas to the list of fonts available for the Command Prompt, you need to run the following command (run this in an elevated command prompt in Vista):
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont" /v 00 /d Consolas
After that, log off and when you log back in, Consolas will be an option in the properties window.
If you make this change, there are a few things to watch out for:
- You may have to adjust the font size in order to actually see the font change.
- The display quality of the font will depend on your graphics card, apparently some people have reported that the font looks fuzzy or has a “rainbow” appearance.
- The font doesn’t support the line draw characters that Lucida Console and the raster fonts support, so commands like “Tree” will display box characters instead.