What font does CMD.exe use by default for output in Windows XP?
Andrew Mclaughlin
This is mostly just curiosity.
I'm not sure if it is Courier, Courier New, Lucida Console, or the like.
15 Answers
Screenshot from a very fresh XP SP3 installation:
None of them. It uses bitmap fonts. You can find then in the various .fon files in the Fonts folder. However, the Font Viewer won't make viewing them very nice for you. Basically each file consists of a different code page or font size.
I'd strongly advise to use a TrueType font, such as Lucida Console or Consolas, though. When set to Raster fonts the Windows console is incapable of handling Unicode.
5If you go to properties, and click on the font tab it will tell you there.
The default font as of Windows 10 is 16 point Consolas.
True-type 8x16 (EGA) and 9x16 (VGA) fonts:
(although the 9x16 seems to have some issues with the control region)