Windows – Fixedsys as Command Prompt font (Fallout theme)

cmd.exefontspromptwindows

I'm trying to configure my Command Prompt to look like the terminals from Fallout 3.

I managed to extract the colour values from the included image, which I am very happy with. (If anyone wants to know:

Values      -   R   G   B
Text        -  041 225 140
Background  -  014 046 032

)

So, now I want to change Command Prompt's font to match. This website says that a close match is Fixedsys, which I don't disagree with. I noticed that Windows 7 already includes "Fixedsys Regular", so I've tried following the advice of Howtogeek by adding the following to the registry:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont /v 000 /t REG_SZ /d Fixedsys

I entered "Fixedsys" as the data, as that is displayed as the title of "Fixedsys Regular", but Command Prompt just doesn't want to recognise it as an available font in its properties panel, even after multiple restarts. I have also tried "Fixedsys Regular".

I'm aware that Command Prompt accepts only mono-space fonts for use, but Fixedsys is a mono-space font, to the best of my knowledge.

Any help? 🙂

 

Fallout 3 terminal

Best Answer

download and install this version of Fixedsys

http://host-a.net/u/mrbubl3s/fixedsys.ttf

The one that ships with windows is a .fon type and the console is VERY picky about what it will take. That is the whole reason it was made so difficult to change the fonts available in the terminal in the first place. The file form the download is a .ttf (TrueTypeFont) and will work. Also, there is no need to restart before checking to see if console has accepted the font. Just go to properties and check right away after editing the registry.

Related Question