Change the color of the command prompt
If an old ANSI.SYS color fan then this might bring some joy, as one can colorize the command prompt console by changing the foreground and background color.
Edit the registry and add/update this setting (REG_DWORD):
[HKEY_CURRENT_USER \Software \Microsoft \Command Processor]
DefaultColor = 0A (Black background=0 with green text=A)
Colour codes available: <table border="1" style="text-align:center;background:#AAAAAA"><tr><th>Code (Hex)</th><th>Color</th></tr><tr><td>0</td><td>black</td></tr><tr><td>1</td><td>blue</td></tr><tr><td>2</td><td>green</td></tr><tr><td>3</td><td>cyan</td></tr><tr><td>4</td><td>red</td></tr><tr><td>5</td><td>magenta</td></tr><tr><td>6</td><td>yellow/brown</td></tr><tr><td>7</td><td>white</td></tr><tr><td>8</td><td>gray</td></tr><tr><td>9</td><td>bright blue</td></tr><tr><td>A</td><td>bright green</td></tr><tr><td>B</td><td>bright cyan</td></tr><tr><td>C</td><td>bright red</td></tr><tr><td>D</td><td>bright magenta</td></tr><tr><td>E</td><td>bright yellow</td></tr><tr><td>F</td><td>white</td></tr></table>
Note one can also use the program “COLOR” from the command prompt to change the color.
COLOR 0A
Note one can also select properties for a shortcut to the cmd.exe, and select “Properties” and change the colors in the fan “Colors”.