// 搜索PowerShell的最新版本
winget search --id Microsoft.PowerShell
// 安装
winget install --id Microsoft.PowerShell --source winget
// 验证安装
pwsh -v
// 更新
winget upgrade Microsoft.PowerShell❤️ 转载文章请注明出处,谢谢!❤️
// 搜索PowerShell的最新版本
winget search --id Microsoft.PowerShell
// 安装
winget install --id Microsoft.PowerShell --source winget
// 验证安装
pwsh -v
// 更新
winget upgrade Microsoft.PowerShell