【问题标题】:Hide: Try the new cross-platform PowerShell https://aka.ms/pscore6隐藏:尝试新的跨平台 PowerShell https://aka.ms/pscore6
【发布时间】:2021-02-08 20:47:38
【问题描述】:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\manar>

每次我打开 PowerShell 窗口时都会收到此消息。 有人知道如何隐藏此建议吗?谢谢!

【问题讨论】:

标签: powershell


【解决方案1】:

您可以使用 -NoLogo command line switch 隐藏整个顶部横幅。

要在 Windows 10 中从任务栏启动时将此设置为默认设置:

  • 右键单击固定的 Windows PowerShell 项
  • 右键单击“Windows PowerShell”->选择属性
  • -NoLogo 添加到Target 值:

【讨论】:

    最近更新 更多