PowerShell displays strange characters after updating Creators

I just installed the authors update on my machine and, after starting PowerShell, instead of a blank screen, I see this mess:

Powerhell

What could be a potential fix?

+4
source share
1 answer

From in this article ,

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

The fix is ​​pretty simple.

" " " " ". PowerShell. , . PowerShell . .

+7

Source: https://habr.com/ru/post/1675674/


All Articles