gpt4 book ai didi

powershell - 更改 Verbose 默认颜色

转载 作者:行者123 更新时间:2023-12-05 04:58:01 28 4
gpt4 key购买 nike

Powershell 中详细输出的默认颜色(例如 Write-Verbose-Verbose 开关)是黄色的。这使其看起来像警告,尽管它并不重要。

如何更改详细输出的默认颜色?

最佳答案

这是可能的 $Host自动变量。

在你的$Profile添加:

# set to any valid console color
$Host.PrivateData.VerboseForegroundColor = 'Cyan'

关于powershell - 更改 Verbose 默认颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64138961/

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