- Open a command prompt (cmd.exe) and click the left icon in the title bar and select "Properties".
- Select the "Font"-tab and change the font to the wanted.
To add a new font to the list:
- Open the registry editor (regedit.exe) and go to this registry key:
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Console \TrueTypeFont]
0 = "Lucida Console" - Add a new font to the list by creating a new registry STRING value (REG_SZ) with the name "00" (Two zeros) . If needing to add a third font then use three zeros etc.
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Console \TrueTypeFont]
0 = "Lucida Console"
00 = "Consolas" - Might have to restart the computer to properly apply the new font in the command prompt.
Credits Duffblog
Thanku
SirFor this Very helpful Article!