-
Notifications
You must be signed in to change notification settings - Fork 0
Issue on Windows CLI | CMD not showing up correct
thanks for this fix go to fangofan#2691 and Sushi+TMC#9835 for reporting and finding/posting the solution !
join us in Discord
Windows CLI does not showup correct special chars like:
It's an issue with CMD reading ANSI as Unicode and not displaying colour info correctly. You can fix this by making a registry change, which will work in all Windows 10 versions later than build 16257 (released in August 2017):
Open start menu and search for Registry Editor Navigate to (and select the folder) "HKEY_CURRENT_USER\Console" Ensure your view matches the picture! Go to Edit > New >DWORD (32-bit) value Name it "VirtualTerminalLevel" Right click the entry you just made and enter the value: 00000001
Next time you launch CMD it'll be fine!
thanks for this fix go to fangofan#2691 and Sushi+TMC#9835 for reporting and finding/posting the solution !
join us in Discord