gpt4 book ai didi

powershell - 如何为键入的命令更改 Power Shell 编辑器的颜色?

转载 作者:行者123 更新时间:2023-12-02 03:08:52 28 4
gpt4 key购买 nike

在 powershell 中,当我输入一些命令时,它会变成黄色,这对我来说不是很明显,我该如何更改该颜色? enter image description here

最佳答案

或者更好的是,使用 [console]::ForegroundColor = "Black"。此外,还有其他选项,例如:

C:\WINDOWS\system32> $host.privatedata

ErrorForegroundColor : Red
ErrorBackgroundColor : Black
WarningForegroundColor : Yellow
WarningBackgroundColor : Black
DebugForegroundColor : Yellow
DebugBackgroundColor : Black
VerboseForegroundColor : Yellow
VerboseBackgroundColor : Black
ProgressForegroundColor : Yellow
ProgressBackgroundColor : DarkCyan

C:\WINDOWS\system32> $host.ui.RawUI

ForegroundColor : Green
BackgroundColor : Black
CursorPosition : 0,64
WindowPosition : 0,18
CursorSize : 25
BufferSize : 120,3000
WindowSize : 120,50
MaxWindowSize : 120,88
MaxPhysicalWindowSize : 265,88
KeyAvailable : False
WindowTitle : Administrator: Windows PowerShell

使用这些设置,您可以更改您的配置文件,以便在您每次启动 Powershell 时应用它们。更多关于 this .

关于powershell - 如何为键入的命令更改 Power Shell 编辑器的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40967313/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com