2nd Win10 Color Reg. Key Check
This commit is contained in:
@@ -135,4 +135,12 @@ In later versions of windows 10 you may be able to get color to work by setting
|
||||
[HKEY_CURRENT_USER\Console]
|
||||
"VirtualTerminalLevel"=dword:00000001
|
||||
```
|
||||
If after setting this key (and restarting proxmark3.exe) you get extra characters and no color text, either delete the key or set the value to 0
|
||||
You also need to disable "use legacy console" in the cmd.exe properties, or set the following registry key
|
||||
```
|
||||
[HKEY_CURRENT_USER\Console]
|
||||
"ForceV2"=dword:00000001
|
||||
```
|
||||
After making these changes, you will need to start a new command prompt (cmd.exe) to ensure its using the new settings.
|
||||
|
||||
If after making these changes (and restarting proxmark3.exe) you get extra characters and no color text, set either key to 0 or enable legacy mode again (and restart the command prompt).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user