https://github.com/PowerShell/PowerShell.git

Install

安装后要注意切换,他的名字 直接叫 PowerShell, 不带微软前缀

Upgrade an existing installation

winget list --id Microsoft.PowerShell --upgrade-available
winget upgrade --id Microsoft.PowerShell

Windows Terminal

https://github.com/microsoft/terminal

winget install --id Microsoft.WindowsTerminal -e

Chocolatery

https://docs.chocolatey.org/en-us/choco/setup/

 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('<https://community.chocolatey.org/install.ps1>'))

choco /?

依赖配置