Image

// 搜索PowerShell的最新版本
winget search --id Microsoft.PowerShell

// 安装
winget install --id Microsoft.PowerShell --source winget

// 验证安装
pwsh -v

phpstorm中切换终端

Image