Change encoding to 1252
c:\chcp 1252
You can constantly change the code page as follows:
- Start → Run → regedit
- Go to [HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Command Processor]
- Add a new string value with the name: Autorun
- Change the value to 'chcp 1252'
source
share