Windows 10 powershell 中文乱码解决方案

Posted weihanli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 10 powershell 中文乱码解决方案相关的知识,希望对你有一定的参考价值。

Windows 10 powershell 中文乱码解决方案

Intro

我装的系统是英文版的 win 10 操作系统,最近使用命令行测试接口,发现中文显示一直异常,
使用网上的各种解决方案都没有效果,update 注册表,设置 codepage 为 utf8(65001) 都没什么卵用。

后来发现另外一台机器上是正常的(中文操作系统),chcp 查看使用的 codepage 是 936,网上查询之后 936 对应的是 简体中文,于是配置在 powershell 命令行启动的时候配置 codepage 为 936 就可以了

Solution

  1. 找到 powershell Profile,可以在powershell 环境中输入 $Profile 就可以得到 Profile 文件的路径
  2. 修改上面得到的 Profile File,在文件最后增加 chcp 936 来设置 powershell 的 codePage 为简体中文,保存后重启 powershell
  3. 新打开一个 powershell 会话,测试一下中文是否异常

技术图片

以上是关于Windows 10 powershell 中文乱码解决方案的主要内容,如果未能解决你的问题,请参考以下文章

PhpStorm、Windows 10 PowerShell 和 Git 命令

Powershell:在 Windows 10 中获取 GPS 坐标 - 使用 Windows 位置 API?

在 windows 10 powershell 中使用 sqlplus 执行 sql 文件

为啥“npm audit”CLI 命令不能从 Windows 10 中的 Powershell 运行?

通过 ::1 端口 22 重置连接(Windows 10 + PowerShell/cmd + OpenSSH)

运行PowerShell进程时如何阻止Windows 10机器休眠/休眠?