Sunday, October 11, 2009

Consolas font in Windows command prompt

if you would like to use Consolas font in your cmd.exe sessions, open up a Command Prompt that has administrative privileges and execute the following command:

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont" /v 00 /d Consolas

Alternatively, you can find and edit the following key in your Windows Registry:

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Console\TrueTypeFont

Add a key value with the name 00 and put Consolas in the data field.

0 comments:

Post a Comment