Search code examples
windowscmdwindows-console

Settings for CMD's console


As I already asked in the title I'd like to know the correct console settings path for the command prompt (CMD). I've already found Computer\HKEY_CURRENT_USER\Console, but it looks like this isn't the correct one. I tried changing some values but they didn't appear in the command prompt. I'm trying to set the console window transparency below 30%.


Solution

  • You can not set the opacity below 30% because the valid range is 0x4D-0xFF. or 70-255 decimal.

    More info here