Change CodePage in CMD permanently?

后端 未结 6 1045
我在风中等你
我在风中等你 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条回答
  •  感动是毒
    2020-12-05 12:39

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage

    You can edit code page value permanently by editing OEMCP key value in windows in above reg key value

    Warning: Don't do it, it will make your system unable to boot. See related.

提交回复
热议问题