Friday, July 25, 2008

Hindi Song | 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

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.

0 comments: