如何在 Windows 10 上安装 PowerShell 7.0
默认情况下, PowerShell安装在每个Windows版本中——从Windows 7 SP1和Windows Server 2008 R2 SP1开始。多年来,Microsoft发布了许多版本的PowerShell。Windows PowerShell基于(Windows PowerShell).NET Framework构建,仅适用于Windows系统。但最近微软(Microsoft) 发布了 PowerShell 7.0(released PowerShell 7.0),它通常可以下载,主要是因为它是一个跨平台的脚本工具。在这篇文章中,我们将向您展示如何在 Windows 10 上安装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.)
Related posts
使用PowerShell Script禁用Windows 10中的Security Questions
Check Windows 10 OS architecture使用PowerShell or Command Prompt
Create System Restore Point使用Command Prompt or PowerShell
如何使用Windows PowerShell ISE - 初级教程
什么是PWSH.EXE? PWSH syntax列表您可以使用
Convert PowerShell script(PS1)文件至EXE,IExpress在Windows 10
如何在Windows 10中卸载PowerShell
FIX:签名PowerShell cmdlets比未签名的cmdlet慢
Microsoft PowerShell Script Browser可帮助您轻松找到脚本样本
PowerShell script检查Windows Update status
如何在Windows 10上创建和运行PowerShell script文件
如何运行Command Prompt and PowerShell作为Administrator
如何阻止IP或Windows 10使用PowerShell一个网站
如何添加PowerShell到Context Menu在Windows 10
如何在Windows 10中禁用PowerShell
PowerShell Get-Appxpackage不起作用或Access被拒绝
Reset Windows Update Client使用PowerShell Script
如何在Windows 10使用Public IP address PowerShell
Change Local Account password使用Command Prompt or PowerShell
Windows PowerShell ISE vs Windows PowerShell:有什么区别?