How can I reset the powershell colors

后端 未结 10 1368
梦毁少年i
梦毁少年i 2021-01-30 20:08

I changed the colors of the powershell and now I can\'t change the color of the input text, is always yellow.

I changed the color of the background and

10条回答
  •  忘了有多久
    2021-01-30 20:51

    This resets the console colors (e.g., [Console]::BackgroundColor): (Paste in the powershell console)

    [Console]::ResetColor()
    

提交回复
热议问题