How to change the Font and Background Color of DOS
How to change the Font and Background Color of DOS is today’s topic. If you use computer regularly then you must be familiar with DOS. Although DOS came at very early stage but still today it is a very powerful tool. Many of the works are still done at DOS like configuring some typical tasks of computer, deleting virus which can’t be done generally on the windows. Many more advantages are there.
We know that Default color of DOS is white font and black background. Many people think they can’t change this font color and background color. They are very wrong. We can change this font color and background color of DOS according to our choice like black font and white background in MS word, any combination you wish.
Windows Command Prompt windows or DOS has a default value of 0, for standard white text on a black background.
Now let’s learn how to change the font and background color of DOS
- Open Registry (press win + r or goto start->run and type regedit and hit enter)
- Now goto [HKEY_CURRENT_USER\Software\Microsoft\Command processor]
- You’ll find Default color in the right side.
- Double click the Default color (by default you will see 0 value in inserted there)
- You can replace its value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a font color. The hexadecimal codes and colors are: -
0 Black
1 Blue
2 Green
3 Aqua
4 Red
5 Purple
6 Yellow
7 White
8 Gray
9 Light Blue
A Light Green
B Light Aqua
C Light Red
D Light Purple
E Light Yellow
F Bright White
A value of F0, for example, would give black text on a white background. You can try any combination with these values and work with the comfortable combination.
The change should take effect the next time you open a console window.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!