Edit the registry and add/update this setting (REG_DWORD):
Colour codes available:[HKEY_CURRENT_USER \Software \Microsoft \Command Processor]
DefaultColor = 0A (Black background=0 with green text=A)
Code (Hex) | Color |
---|---|
0 | black |
1 | blue |
2 | green |
3 | cyan |
4 | red |
5 | magenta |
6 | yellow/brown |
7 | white |
8 | gray |
9 | bright blue |
A | bright green |
B | bright cyan |
C | bright red |
D | bright magenta |
E | bright yellow |
F | white |
Note one can also select properties for a shortcut to the cmd.exe, and select "Properties" and change the colors in the fan "Colors".COLOR 0A
I have tried it and made my cmd prompt color ful thanx for ur post
Thank you for the registry path for changing CMD propmt color permanently i like this very much nice tip i hope more tips to increase speed of cpu....=)
nice hacks are there thanx for providing these small tricks
Just right click on the "C:\" icon on the top left corner of the command prompt, select default and click on colors tab. That's it. Quite simple...
Put this in a .txt file and rename it (anything).bat
@echo off
echo.
echo.
echo.
color 0
echo 0 black
pause
:a
color 1
echo 1 blue
pause
:b
color 2
echo 2 green
pause
:c
color 3
echo 3 cyan
pause
:d
color 4
echo 4 red
pause
:e
color 5
echo 5 magenta
pause
:f
color 6
echo 6 yellow/brown
pause
:g
color 7
echo 7 white
pause
:h
color 8
echo 8 gray
pause
:i
color 9
echo 9 bright blue
pause
:j
color A
echo A bright green
pause
:k
color B
echo B bright cyan
pause
:l
color C
echo C bright red
pause
:m
color D
echo D bright magenta
pause
:n
color E
echo E bright yellow
pause
:o
color F
echo F white
pause
:p
echo EXIT?
pause
What dose it do?
changes color of the leters
This also worked on ms-dos windows phone 10 app.Thankyou
Thx for the codes man i mademy cmd looks like a real hacking software