Many people work regularly with the Windows command prompt. One of the main problems users encounter, however, is the difficulty of achieving the same look every time one works with the command prompt interface. This article is intended to show you how to change the look of this application and even how to add fonts to it. You will also learn how to change some other technical aspects. Read on!

Part 1
Part 1 of 2:

Changing the Colors and Fonts

  1. 1
    To open command prompt, click "Start", "Run", type "cmd" (without the quotes) and press OK.
  2. 2
    Right-click on the top (the title bar) of the command prompt window and select "Properties". You can also access the properties window by holding ALT+SPACE+P. Notice the four tabs at the top of the properties dialogue box: Options, Font, Layout, Colors.
    Advertisement
  3. 3
    When you open the "Options" tab, check "Quick Edit Mode". This will enable you to use the "copy and paste" function in the command prompt window.
    • It is also recommended that you select "Discard Old Duplicates".
  4. 4
    Click on the "Layout" Tab. You will see two sets of options: "Window size" and "Screen buffer size".
    • Window size controls the size of the window you're working with.
    • Screen buffer size controls what's kept in your computer's buffer memory while you're running the command prompt, which can be up to 9999. It can be viewed using the scroll bar on the side of the window.
  5. 5
  6. 6
    Choose the color of your text, background screen, and pop-up windows by selecting the "Colors" tab. As you will see, there's an additional frame where you can edit the colors more specifically by their numeric values. For example, you can choose a darker green than you already have access to by plugging in: red:0, green:100, blue:0.
  7. 7
    Open the "Font" tab. This is where you choose the font you would like to use. You will see two fonts: Raster fonts (as default) and Lucida Console. With this initial step, however, you only have these two fonts available to you. But don't worry, the next step allows you to add new fonts.
  8. Advertisement
Part 2
Part 2 of 2:

Adding New Fonts

  1. 1
    To add new fonts, click "Start", "Run" and type "regedit" (without the quotes). Press OK.
  2. 2
    Go to this key: "\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont\".
  3. 3
    Before you proceed please take a look at the "Warnings" section below. Right-click on "TrueTypeFont" key, click "New" and then click "String Value".
  4. 4
    Enter "00" (without the quotes) as the name of the new value you just created. For the next values, just enter a "0" each time. For example, the third value should be named "000" and so on. Please note that you have to name them exactly as shown; otherwise, the function won't work.
  5. 5
    Now, double-click on the value you created and write the font name in the "value data" bar (for example, "courier new").
  6. 6
    Close "Registry Editor" and reboot your computer. You should be able to see the new font(s) under the "Font" tab in the properties window the next time you run command prompt.
  7. 7
    To save changes, after you press "OK" in the properties window, choose one of the following options:
    • "Apply properties to current window only". This means that all changes will be gone as soon as you close the current command prompt.
    • "Save properties for future windows with same title". Selecting this option will save your changes for all command prompt windows running from the same shortcut. In other words, this is the proper option to set the properties for this specific shortcut.
  8. 8
    Right-click on the top of the command prompt window (the title bar) and click "Defaults", which will give you have access to a window like the properties window. Using this window, however, will affect every command prompt, no matter where it's running from.
  9. Advertisement

Community Q&A

  • Question
    Is there any way to change these settings from within the command prompt?
    Community Answer
    Community Answer
    Other than entering mode con: cols=130 lines=32766, the answer is no.
  • Question
    How do I write in bold?
    Aquilus Circuli
    Aquilus Circuli
    Community Answer
    This is not possible in Windows Command Prompt as cmd is one of the first UIs (user interfaces) and is built to be very basic and minimalist.
Advertisement

Warnings

  • It is generally recommended that you create a back-up file from registry before making any changes. Since you're only working with one specific key, back up only the "console" key. To do so, right-click on the key and click "export" and then save it somewhere on your hard drive (preferably not in your windows partition). This way, you'll be able to restore the key in case something goes wrong.
    ⧼thumbs_response⧽



Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 11 people, some anonymous, worked to edit and improve it over time. This article has been viewed 165,535 times.
How helpful is this?
Co-authors: 11
Updated: September 10, 2020
Views: 165,535
Categories: Command Prompt
Advertisement