How to improve the readability of Windows console windows

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.

windows console defaul

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.

command output issue

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.

Customizing console windows on Windows

You can modify several display related parameters:

  • Set a different window height and width that is permanent.
  • Specify a default window position.
  • Change the font size and font type.
  • Change text and background colors.
  • Adjust the opacity of the window.

Changing window parameters

window size position

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:

  1. Right-click on the title bar of the console window and select Properties from the context menu.
  2. Switch to the Layout tab. You find new values for Window Size and Window Position there.
  3. You may want to uncheck “Let system position window” if you want the window to always open in the same location on the screen.
  4. A click on ok saves the values which makes them the new defaults on the system.

Changing text related parameters

windows console font size

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.

  1. Open the Font tab of the properties.
  2. Font size: change the default font size of 8×12 to a larger or smaller size. Size values depend on the selected font.
  3. Font type: pick a different font from the list of supported fonts.

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

windows command prompt colors

The third major option that you have to improve the readability of console windows is to change colors.

  1. Switch to the Colors tab in the Properties window.
  2. Select one of the available elements (Screen Text, Screen Background, Popup Text, Popup Background).
  3. Adjust the color by selecting one of the available presets or by entering color values for red, green and blue manually.

A preview of the new selection is displayed automatically in the window so that you may adjust it accordingly.

Other console options

windows console customize

The Properties window includes other options that you may find useful when it comes to improving readability:

  • Options > Cursor Size — Change the cursor size from small to medium or large.
  • Colors > Opacity — Change the opacity level of the console window.

Closing Words

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.

The post How to improve the readability of Windows console windows appeared first on gHacks Technology News.