Change the DEFAULT console window font in Windows 10

33

6

How do I change the default console font in Windows 10?

I have already made the change to "Cmd.exe", but the problem is I also execute a lot of other console applications by directly executing them (I'm a developer). Each time I launch a new executable I have to change the font to match my preferences.

The default settings have the font size at 11 for some reason, which is too small. I want to make the default size 16 or 18, and have it automatically be applied to any console window that is ever opened on the system.

fdmillion

Posted 2015-08-31T03:38:00.147

Reputation: 1 079

Answers

38

Right click on the console window title bar, select Defaults, switch to tab Font and choose your desired font and size.

Duc Nguyen

Posted 2015-08-31T03:38:00.147

Reputation: 481

3Is there any way to enable more fonts in cmd or power shell console? – Allen – 2017-01-21T09:07:37.990

1Especially tricky in French, because it is written "Par défaut", which means "By default". I assumed it was to reset the settings to the defaults, not to edit the default settings. – Wok – 2019-09-28T09:45:46.613

3

The Cmd.exe has to be run as administrator for the changes to be saved. Too add more than the default fonts to the console, see the tech republic how to.

Hellonearthis

Posted 2015-08-31T03:38:00.147

Reputation: 141

The link is good to check, however it provides only ways to change font to old cmd.exe. In Windows 10 I have new command prompt. – WesternGun – 2017-04-21T16:32:56.577

I've win10 and changed my cmd fonts. – Hellonearthis – 2017-04-21T20:56:49.103

Maybe it has something to do with code page. I am with 936 (GBK) and I guess you have 437 (US English). – WesternGun – 2017-04-21T20:58:54.600

Check the font you're trying to use passes the requirements like monospaced fonts and non italics. I use us keyboard but language settings is English New Zealand – Hellonearthis – 2017-04-21T21:03:15.617

I am using several, some can be recognised (Yahei Consolas Hybrid) but some not(Monaco and Dejavu Sans Mono), but I think it has no italic and are monospaced. I have posted another question here

– WesternGun – 2017-04-21T21:21:20.957

2

Right click on Command Prompt > Open file location > in the window you can see the shortcut right click > properties > save the desired

Mehdi Raash

Posted 2015-08-31T03:38:00.147

Reputation: 121