PDF download Download Article PDF download Download Article

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

PDF download Download Article
  1. 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
  2. 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".
  3. 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.
  4. 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.
  5. 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.
  6. Advertisement
Part 2
Part 2 of 2:

Adding New Fonts

PDF download Download Article
  1. Press OK.
  2. "\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont\".
  3. Right-click on " TrueTypeFont " key, click " New " and then click " String Value ".
  4. 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. 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.
    • "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.
  6. 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.
  7. Advertisement

Community Q&A

Search
Add New Question
  • Question
    Is there any way to change these settings from within the command prompt?
    Community Answer
    Other than entering mode con: cols=130 lines=32766, the answer is no.
  • Question
    How do I write in bold?
    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.
Ask a Question
      Advertisement

      Video

      Tips

      • You can create multiple shortcuts for this application and customize them separately for different purposes.
      • If you're a programmer and looking for some easy-to-use fonts; this page might be helpful. The author introduces some programming fonts, most of them free.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      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.



      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 181,110 times.

      Is this article up to date?

      Advertisement