Windows console windows like the command prompt window use a default size and layout by default on all Windows PCs.
The command prompt window for example always opens up with a set width of 80 and a height of 25, and a default font size of 8 screen pixels wide and 12 screen pixels high.
It happens frequently that input or output are broken up into multiple lines.
While you can change the size of the window manually by using the mouse to adjust the size and improve readability, you may want to make changes to the readability of console windows on Windows PCs permanently if you run into these issues regularly.
Some Windows users may also want to increase the size of the font or other font-related settings to improve readability.
The layout and design of console windows -- the command prompt, PowerShell and Windows Subsystem for Linux all belong to the category -- can be adjusted.
You can modify several display related parameters:
Changing window parameters
Note: You need to select "defaults" to apply the changes that you make system-wide when you right-click on the title (explained below). The options are identical.
While you can make the adjustments manually in the window properties, a far better way to make the changes is to adjust the window manually first.
Resize the width and/or height of the console window and position it in a location that you want it to open from now on. These changes are temporary unless you open the properties and make them permanent:
Changing text related parameters
The second option that you have in regards to improving readability of console windows is to modify font related settings; this is done in the properties as well.
Any change that you make in the window is shown as a preview so that you know how it will look like immediately.
Note that font size changes may change the height or width of the console window as it is adjusted automatically.
Changing console colors
The third major option that you have to improve the readability of console windows is to change colors.
A preview of the new selection is displayed automatically in the window so that you may adjust it accordingly.
Other console options
The Properties window includes other options that you may find useful when it comes to improving readability:
Windows saves layout settings for each console type, e.g. cmd or PowerShell, separately. You need to modify default settings for each console individually to adjust them all and improve readability in the process.
Now You: Have you modified the consoles in Windows?
Please click on the following link to open the newsletter signup page: Ghacks Newsletter Sign up
Ghacks is a technology news blog that was founded in 2005 by Martin Brinkmann. It has since then become one of the most popular tech news sites on the Internet with five authors and regular contributions from freelance writers.
I looked at that “new console features” link in the last screenshot, which described shortcut keys for (temporarily) changing the opacity: hold Ctrl and Shift, then tap + and -.
Good point. Zooming support comes in the next version for Windows 10 as well: https://www.ghacks.net/2018/11/07/windows-10-version-1903-may-feature-command-prompt-zooming/
I rather use SoftwareOK’s ‘Color Console’ ( https://www.softwareok.com/?seite=Freeware/ColorConsole ) which brings the console to another level in terms of features, cosmetics, usability.
I made it bigger, so I can get more text per page. And I made it to always appears in the same spot, the upper left corner. I hate the default behaviour to just appear in random places.
imgur.com/Ffoh8hl
Hint: when you right click on CMD’s window, select “Defaults” instead of “Properties” to change the apperance system-wide. The “Properties” option is to change the values only for the shortcut used to open that particular CMD prompt.
Thanks Yuliya, great tip!
Great tips on how to change, but if you use WinKey-Q then “cmd” to open the console the changes are not saved. Get an error that the shortcut cannot be found.
I added a remark that explains that you need to use the Defaults option to make the changes system-wide.
Great tips on changing the properties of the console window, but if you use WinKey-Q and then “cmd” to open it you’ll get an error that the shortcut link cannot be found and the changes are not saved.
Great information to have, Martin. Thanks.
Some tips from experience: Consolas 14pt is a nice workable font. And don’t manipulate the system-wide settings, rather make individual shortcuts to cmd.exe – or upgrade cmd.exe to tcc from jpsoft, it’s much more useful for console/shell operations.