📌  相关文章
📜  安装 chco windows - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:43.761000             🧑  作者: Mango

代码示例1
Set-ExecutionPolicy Bypass -Scope Process -Force; `
  iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Answer Yes when prompted
Close and reopen an elevated PowerShell window to start using choco