Chocolatey是一个Windows下的包管理器,类似于Linux下的apt-get或yum。
安装
以管理员身份打开PowerShell,执行以下两条命令
PS C:\Users\work> Set-ExecutionPolicy unrestricted
PS C:\Users\work> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProto...