如何在 Windows 10 上安装 PowerShell 7.0

默认情况下, PowerShell安装在每个Windows版本中——从Windows 7 SP1Windows Server 2008 R2 SP1开始。多年来,Microsoft发布了许多版本的PowerShellWindows PowerShell基于(Windows PowerShell).NET Framework构建,仅适用于Windows系统。但最近微软(Microsoft) 发布了 PowerShell 7.0(released PowerShell 7.0),它通常可以下载,主要是因为它是一个跨平台的脚本工具。在这篇文章中,我们将向您展示如何在 Windows 10 上安装PowerShell 7.0 。

PowerShell 7.0

(Install PowerShell 7.0)在 Windows 10 上安装 PowerShell 7.0

要在 Windows 10 上下载和安装PowerShell 7.0,您可以运行PowerShell cmdlet 从(PowerShell)GitHub下载和安装MSI包。

方法如下:

  • Windows key + X访问高级用户菜单。
  • 按键盘上的A以管理模式打开PowerShell
  • PowerShell窗口中,复制并粘贴下面的 cmdlet,然后按 Enter(Enter)
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"

该命令将根据操作系统的兼容性直接从GitHub URL下载包。(GitHub URL)

完全下载MSI包后,您将看到设置向导。单击(Click) 下一步(Next)并继续安装过程。

或者,您可以访问GitHub PowerShell发布页面并向下滚动资产(Assets)并选择具有适当架构的操作系统,然后单击下载并安装。

安装完成后,您可以在开始(Start)菜单上看到快捷方式。

对于 Windows ,安装位置是C:\Program Files\PowerShell\7

您还可以通过运行(Run)命令访问PowerShell 7.0 。为此,请通过按Windows + RRun对话框并键入 pwsh并按Enter,此命令将启动新的PowerShell

PowerShell 7.0 附带了许多新功能,(PowerShell 7.0 ships with a lot of new features)例如:

  • 管道并行化
  • 新运营商
  • ConciseView 和 Get-Error cmdlet
  • 自动新版本通知
  • (Invoke DSC)直接从PowerShell 7调用 DSC资源
  • 兼容层。

我们希望您发现这篇文章很有用。

阅读下一篇(Read next)您可以使用的 PWSH 语法列表。(List of PWSH syntax you can use.)



About the author

我是计算机专家,专门研究 iOS 设备。自 2009 年以来,我一直在帮助人们,我在 Apple 产品方面的经验使我成为满足他们技术需求的完美人选。我的技能包括: - 维修和升级 iPhone 和 iPod - 安装和使用 Apple 软件 - 帮助人们找到最适合他们的 iPhone 和 iPod 的应用程序 - 从事在线项目



Related posts