Click here to Skip to main content
15,886,258 members
Articles / Operating Systems / Windows
Tip/Trick

Make Consolas your Console Font

Rate me:
Please Sign up or sign in to vote.
4.78/5 (6 votes)
3 Jan 2010CPOL 16.5K   3
I like Consolas a lot, but you can apply this tip with any TrueType font in order to replace the default, nasty raster font in the Windows command-line console. Just make sure it's a mono-spaced font.I found this in Mastering PowerShell, by Dr. Tobias Weltner.[^]Open your registry...
I like Consolas a lot, but you can apply this tip with any TrueType font in order to replace the default, nasty raster font in the Windows command-line console. Just make sure it's a mono-spaced font.

I found this in Mastering PowerShell, by Dr. Tobias Weltner.[^]

Open your registry editor. In the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont insert a new "string value" and give this entry the name "00" (numbers, not letters). If there's already an entry that has this name, then call the new entry "000" or add as many zeroes as required to avoid conflicts with existing entries. You should then double-click your new entry to open it and enter the name of the font. The name must be exactly the same as the official font name, just the way it's stated under the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Fonts.

A reboot is essential after 'installing' a font in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont key, not just a log off as Weltner writes.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Erisia Web Development
South Africa South Africa
I am a software developer in Johannesburg, South Africa. I specialise in C# and ASP.NET MVC, with SQL Server, with special fondness for MVC and jQuery. I have been in this business for about eighteen years, and am currently trying to master Angular 4 and .NET Core, and somehow find a way to strengthen my creative faculties.
- Follow me on Twitter at @bradykelly

Comments and Discussions

 
QuestionMy vote of 5 Pin
Smart K822-Dec-12 7:57
professionalSmart K822-Dec-12 7:57 
GeneralExcellent tip for those of us OCD about our console fonts... Pin
Adam Maras5-Jan-10 21:21
Adam Maras5-Jan-10 21:21 
GeneralRe: Excellent tip for those of us OCD about our console fonts... Pin
Brady Kelly5-Jan-10 23:05
Brady Kelly5-Jan-10 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.