mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
2nd Win10 Color Reg. Key Check
This commit is contained in:
parent
5a3a1fcc0f
commit
9c2ef4e0da
2 changed files with 36 additions and 3 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue