PowerShell 在创作者更新后显示奇怪的字符

标签 powershell

我刚刚在我的机器上安装了 Creators Update,在启动 PowerShell 时,我看到的不是干净的屏幕,而是一团糟:

PowerShell

什么是潜在的修复?

最佳答案

来自 this article ,

"The problem with PowerShell showing gibberish is a font problem. Specifically, the update corrupted rasterized fonts. If PowerShell was set to display text in the corrupted font, you will see a wall of gibberish instead."



修复非常简单。

"On the Properties window, go to the Font tab. Here, you can change which font PowerShell uses. Select any font that isn’t listed under Rasterized fonts. Close PowerShell for good measure and open it again. The problem should be resolved."

关于PowerShell 在创作者更新后显示奇怪的字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43626534/

相关文章:

powershell - 检查列表以查看文件是否存在于 powershell 中?

powershell - 在Powershell中将列表/数组导出为CSV

powershell - 如何使用多个参数仅在PowerShell中强制高级功能的位置0

sql - 变量名称在查询批处理或存储过程中必须是唯一的吗?

azure - 删除 X 天前的 Azure 快照

powershell - 从CSV/TXT创建文件夹并将匹配的列移到Powershell或Batch中的新目录中

PowerShell 将字典转换为哈希表

PowerShell 接收与获取动词

git - git [master +2 ~1 -0 !] 是什么意思?

regex - PowerShell:-replace、regex 和 ($) 美元符号问题