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
@echo off
:start
echo 0 0 black
echo 1 1 blue
echo 2 2 green
echo 3 3 cyan
echo 4 4 red
echo 5 5 magenta
echo 6 6 yellow/brown
echo 7 7 white
echo 8 8 gray
echo 9 9 bright blue
echo 10 A bright green
echo 11 B bright cyan
echo 12 C bright red
echo 13 D bright magenta
echo 14 E bright yellow
echo 15 F white
echo STOP close
set /p ans1="Napis cislo: "
if %ans1%==0 (
goto 0
)
if %ans1%==1 (
goto 1
)
if %ans1%==2 (
goto 2
)
if %ans1%==3 (
goto 3
)
if %ans1%==4 (
goto 4
)
if %ans1%==5 (
goto 5
)
if %ans1%==6 (
goto 6
)
if %ans1%==7 (
goto 7
)
if %ans1%==8 (
goto 8
)
if %ans1%==9 (
goto 9
)
if %ans1%==10 (
goto 10
)
if %ans1%==11 (
goto 11
)
if %ans1%==12 (
goto 12
)
if %ans1%==13 (
goto 13
)
if %ans1%==14 (
goto 14
)
if %ans1%==15 (
goto 15
)
if %ans1%==STOP (
goto STOP
)
:0
cls
color 0
cls
goto start
:1
cls
color 1
cls
goto start
:2
cls
color 2
cls
goto start
:3
cls
color 3
cls
goto start
:4
cls
color 4
cls
goto start
:5
cls
color 5
cls
goto start
:6
cls
color 6
cls
goto start
:7
cls
color 7
cls
goto start
:8
cls
color 8
cls
goto start
:9
cls
color 9
cls
goto start
:10
cls
color A
cls
goto start
:11
cls
color B
cls
goto start
:12
cls
color C
cls
goto start
:13
cls
color D
cls
goto start
:14
cls
color E
cls
goto start
:15
cls
color F
cls
goto start
Hello what command is orange?
guys im color blind which one is green?