How to Customize the Font in Windows Command Prompt
Part 1 of 2:
Changing the Colors and Fonts
- To open command prompt, click "Start", "Run", type "cmd" (without the quotes) and press OK.
- 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.
- 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".
- 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.
- Set a proper buffer size according to how much space you will need to keep at any given time. A width of 80 and height of 300 is a common buffer size.
- 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.
- 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.
Part 2 of 2:
Adding New Fonts
- To add new fonts, click "Start", "Run" and type "regedit" (without the quotes). Press OK.
- Go to this key: "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionConsoleTrueTypeFont".
- Before you proceed please take a look at the "Warnings" section below. Right-click on "TrueTypeFont" key, click "New" and then click "String Value".
- 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.
- Now, double-click on the value you created and write the font name in the "value data" bar (for example, "courier new").
- 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.
- 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.
- 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.
4 ★ | 1 Vote
You should read it
- How to activate Ctrl + C / Ctrl + V to execute paste command in Command Prompt window?
- How to Run a Program on Command Prompt
- How to add Open command window here to Windows 10 right-click menu
- How to Create a Custom Windows Command Prompt
- Color command in Windows
- How to Open Terminal in Windows
- How to Open Command Prompt with a Keyboard Shortcut (Windows 8, 8.1, and 10)
- How to open Microsoft Excel from Command Prompt
May be interested
- How to Create a Custom Windows Command Promptthe windows command prompt (located at c:windowssystem32cmd.exe) is a useful tool to perform various administrative tasks. the prompt is a string of characters (special and non special) that are displayed whenever the command prompt is...
- How to Run Command Prompt Commands from a Windows Shortcutto create a windows shortcut that runs a command at the command prompt, right-click the desktop → select 'shortcut' → enter the command (prefaced by '|%comspec% /k' → click 'next' → enter a name for the shortcut → click 'finish'. right-cli...
- How to Use CMD (Beginner)there is an easy way to impress your friends. including some basic commands and even a hacking tutorial, this is the perfect place to start. open command prompt. head over to the start menu. search 'cmd' there.
- How to Open Command Prompt with a Keyboard Shortcut (Windows 8, 8.1, and 10)this article explains the simple steps for opening command prompt via your keyboard. press and hold the key.
- How to Add New Options to Right Click Menu in Windowsthe right-click menu of windows is perhaps the most widely used feature of the operating system. apart from enabling you to add new folders, cut, copy and paste files from one location to the other, you can add more options to the...
- How to Unblock Command Prompt Anywherehave you ever been at school and discovered that the it administrators blocked the command prompt? or did you try to do a command and it says 'access is denied'? this article will explain how to bypass these restrictions using simple...