Also during the command input you can change the CMD background color by command and the text, here an example!The color values can be indicated by two consecutive hexadecimal digits! Content: 1.) ... Change the background color and foreground color in the CMD! 2.) ... Change the text and background color of the CMD! 3.) ... What should I consider when changing the CMD color? 1.) Change the background color and foreground color in the CMD!The first hexadecimal digit defines the background of the prompt,the second hexadecimal digit defines the foreground, or text color. You can see the color options by command COLOR /? Here is an example blue background yellow text! (... see Image-1) C:\Windows\System32>color 1e C:\Windows\System32>color 1E Tip: The letters can be written small and capitalized.
![]() 2.) Change the text and background color of the CMD!Enter the color command without parameters to reset the color to default. (... see Image-2 Point 1)C:\Windows\System32>color
![]() 3.) What should I consider when changing the CMD color?Attempting to use the same foreground and background color will ignore this command.Example color 11 = Blue / Blue: C:\Windows\System32>color 11 When changing the CMD text color and the background color, the changes are not saved on the next startup, the CMD is started again with standard text and background color, usually black background and white text (foreground color) to permanently change the colors of cmd.exe, resp. To change prompt, you have to read this FAQ: ►► Command prompt, change CMD settings, color, font, ... !FAQ 34: Updated on: 5 July 2018 09:32 |