Feature suggestion - Command Prompt color switch #533
emberaholdon
started this conversation in
Custom scripts
Replies: 2 comments
-
nice idea. A white cmd looks nice and I always wanted that! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Due to its simpicity of just setting one registry key and not requiring more complex logic, I will point towards custom scripts for this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an easy way to change the Command Prompt colors via the registry. I'm using the Command Prompt heavily for my work and it's usually set to white background with black text because it suits the light theme of Windows and it's easier on my eyes. But when the night comes it's more consistent if I switch it to inverse (default) colors.
The registry entry for this is:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Command Processor
Light theme: "DefaultColor" (DWORD) = f0
Dark theme: "DefaultColor" (DWORD) = 00 (or 07)
Is there a chance you could add Command Prompt to the managed apps?
Beta Was this translation helpful? Give feedback.
All reactions