如何安装 PowerShell 最新版本?
如何安装 PowerShell 最新版本
https://github.com/PowerShell/PowerShell
一、在 Windows 上安装 PowerShell
https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3
背景:
在一些 Winodows10/Windows11 的开发场景中,我们需要更高的 PowerShell 软件版本来增强我们的使用体验,下面是我从 github.com 的安装过程。
1.1、浏览器打开 https://github.com/PowerShell/PowerShell
1.2、从 Release/Tags 入口进入都可以,选择你要的软件版本,然后下载。我这里选择的是 Release:7.3.7-2023-09-18,下载链接:https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/PowerShell-7.3.7-win-x64.msi
1.3、双击进行安装,一直 Next,如下图:
1.4、安装好后,如下:
二、PowerShell 文档
https://learn.microsoft.com/zh-cn/powershell/