I want to change the color scheme of the command prompt in Windows, ideally a default of 0a (green color on black background).

How can I change this?

link|improve this question
feedback

4 Answers

up vote 7 down vote accepted

Open a Command Prompt, click the icon (top-left), select Properties.

alt text

Choose Colors, adjust to taste. It will ask you if you want to save the colour for future settings - choose yes.

alt text

link|improve this answer
3  
+1 You wrote almost exactly the same as me so I just added my pictures to your answer instead. – Nifle Oct 15 '10 at 11:26
thanks.. I should note ths only works for cmd.exe itsef though: if you have a program spawning a console window you have it has the default colors unless told otherwise. – stijn Oct 15 '10 at 11:34
By the way, the popup colors are used when you press F2, F4, F7, or F9 at the command prompt. – Bavi_H Oct 16 '10 at 2:47
feedback

Go to a command prompt and type help color then press ENTER.

You can also select the command prompt icon and change its properties.

link|improve this answer
feedback

Using the Command Prompt type regedit to open the Windows Registry, then set the following entry to the color combination you prefer (DefaultColor):

HKEY_CURRENT_USER/Software/Microsoft/Command Processor/
Set DefaultColor to 0a
link|improve this answer
feedback
  1. Open the Command Prompt
  2. Right click on the title bar
  3. Select Defaults
  4. Move to the Colors tab.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.