Change CodePage in CMD permanently?

后端 未结 6 1046
我在风中等你
我在风中等你 2020-12-05 12:07

My Windows cmd CodePage is now under 65001. Since I was doing some Android stuff and need to use console log, but forget how changing it now.

When using chcp 437 to

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 12:33

    Here I found a better solution:

    1. Start -> Run -> regedit
    2. Go to [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
    3. Add new String Value named: Autorun
    4. Change the value to 'chcp 437'

提交回复
热议问题