Digital Inspiration

about    faq    contact

Change the Font of Command Prompt Window to Consolas For More Comfortable Reading

command prompt font

*This screenshot compares text rendered using Consolas vs Lucida Console font.

Microsoft introduced the Consolas ClearType font to improve your on-screen reading experience especially when reading or writing programming code. Consolas, like Courier, is a fixed-width font meaning that all letters are the same width.

consolas-screenshot How to get Consolas Font on your computer ?

The Consolas font is available by default on all computers that have Windows Vista or Office 2007. If you are on Windows XP / 2000 or do not have Office 2007, you may download PowerPoint viewer and the font will automatically install on your computer - legally. (See: "Download Vista Fonts for XP Computers")

If you own a license of Visual Studio, download the Consolas Font Pack here.

How to set Consolas as the default font in Command Prompt Window ?

command-prompt-fontsWhen you open the Properties dialog of your Command Window, the only fonts you may see in the list are Lucida Console and Raster Fonts.

In order to set Consolas as the default font, you need to first add the following font-specific entry to your Windows registry.

Go to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Console\TrueTypeFont, add a string value (REG_SZ) with the name 00 and put Consolas in the data field. See screenshot.

fonts

*if you already have two fonts set in the DOS windows, set the name of Consolas as 000 (three 0’s).

Now reboot your Windows computer, open the command prompt window and set the default font to Consolas. Thanks Jeff Lynch.

Change Color Scheme of DOS Window

Email This   Print Article   Save as PDF   Subscribe   Translate 

Published on May 12, 2008 under Software, Tips, Tricks, Tutorials
Tags: , , ,

Recommended Google Software:

Reader Comments

#1 Mark Wagie 05.12.08

I’m on XP with Office 2007 and have Consolas. I don’t have a Console folder in like Vista does, apparently. Is it different for XP, or do I need to create it? Thanks for assuming we all use Vista.

#2 Greg 05.12.08

This is a great hint. For those who are like me (lazy), you may want to do the following…

1) Copy the below text into a text editor:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont]
“00″=”Consolas”

2) Save the file with a ‘.reg’ extension - something like “Add_consolas_to_terminal.reg”.

3) Once you’ve saved it, right-click on it and select ‘Merge’ (it was the top-most item for me). That does it!

#3 Tysen Woodlock 05.13.08

Nice tip. I rarely use console but couldn’t resist trying the tip.

#4 Mark Wagie 05.13.08

@ Greg:

What is the character supposed to be where I’ve placed a question mark: “00?=”Consolas”

#5 Jeff 05.13.08

@Maggie:

The blog uses curly quotes. You should replace these with regular double quotes.

#6 Jeff 05.13.08

@Mark:

Oops, combined your names to get “Maggie”. My bad.

:/

#7 Anirudh 05.13.08

I prefer inconsolata. It’s free and works well with linux and the terminals are drop dead gorgeous

Add a Comment

If you have a question that is not related to the above discussion, please post your question in the message board for quick answers. All comments are moderated.



 

Join the Facebook Group

Visit Help Central

 

© 2008 Digital Inspiration - Technology, à la Carte | Mobile Edition | Videos | Terms
The articles are copyrighted to Amit Agarwal and can only be reproduced given the author's permission.
Skip to top of the page ^^