Change Command Prompt Font Color Permanently
Step 01: Press "Win + R" and type "cmd" and press Enter
Step 02: Run the following command then reopen ccommand prompt to see changes:
reg add "HKCU\Software\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d "color 0A" /f
Replace 0A with your preferred color code:-
- 0A= Black background, Light Green text (classic Matrix look)
-
0E = Black background, Light Yellow text
-
0B = Black background, Light Aqua text
-
0F = Black background, Bright White text
To revert it, just enter the command and press Enter:
reg delete
"HKCU\Software\Microsoft\Command Processor" /v AutoRun /f



0 Comments: