去掉PowerShell Core的更新提示

微软新的Powershell非常好用,但它的自动更新提示却有些烦, 主要是它更像的比较频繁,很多时候我们是不想打断手头的工作先更新下它的。但此时就不得不定着一个更新提示用,看起来比较不爽。

    

在网上找了下,可以通过 –nologo启动参数来去掉这个信息提示。

    

    如果是用的windows terminal,把它加到commandline属性里面即可。

参考:How to remove powershell ads and update checks in the Windows Terminal?

原文地址:https://www.cnblogs.com/TianFang/p/15365756.html