Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如题,右击窗口标题只提供编码436和937(我是中国人,请原谅我的英文不好),有没有办法在选项中添加“UTF-8”或“65001”?每次输入 chcp.com 65001 好烦。。。谢谢帮忙
您可以使用选项 /k "chcp 65001" 创建一个快捷方式来启动 utf-8 控制台。例如
cmd.exe /u /k "chcp 65001"