Monday, July 24, 2017
Changing color of Command Prompt
Changing color of Command Prompt
while working on command promptfor l using the command prompt in that black and white combination is quite boring so you would be thinking if there is any way about changing the color of command prompt
.well yes there are about two ways of changing the color of command prompt.so here is the fisrt way for changing the color of command prompt .
first of all open the command prompt
now move to the top lkeft hand corner of the command prompt where you see an icon of command prompt as shown in the snapshot
when you click on that icon of command prompt a drop down list apeears
click the opion named default in that drop down list
a new window will open now click on the colrs as shown below in the snapshot
now change the colors of the command prompt according to your will
but its not the only way of changing the color of command prompt ,one more method for changing the color of command prompt is by using codes
just go and type color [attr]
here attr= it specifies color code using hex digit where the first one ddecides the background of the command prompt and second one the foreground of the command prompt the values of the digits are as follows
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{you can also get the codes in command prompt}
thats all about changing the color of command prompt
A few examples of changing the color of command prompt by using codes :
color 24
.well yes there are about two ways of changing the color of command prompt.so here is the fisrt way for changing the color of command prompt .
first of all open the command prompt
now move to the top lkeft hand corner of the command prompt where you see an icon of command prompt as shown in the snapshot
when you click on that icon of command prompt a drop down list apeears
click the opion named default in that drop down list
a new window will open now click on the colrs as shown below in the snapshot
now change the colors of the command prompt according to your will
but its not the only way of changing the color of command prompt ,one more method for changing the color of command prompt is by using codes
just go and type color [attr]
here attr= it specifies color code using hex digit where the first one ddecides the background of the command prompt and second one the foreground of the command prompt the values of the digits are as follows
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{you can also get the codes in command prompt}
thats all about changing the color of command prompt
A few examples of changing the color of command prompt by using codes :
color 24