Change the DEFAULT console window font in Windows 10

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.

3 Answers

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

2

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.

5

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like