美文网首页
安装 Chocolatey

安装 Chocolatey

作者: 信使六号 | 来源:发表于2018-08-27 09:14 被阅读0次

启动 Windows PowerShell

单击「开始菜单」按钮,键入 PowerShell,右键单击「Windows PowerShell」,然后单击「以管理员身份运行」。

安装 Chocolatey

复制以下命令文本。

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); choco feature enable -n allowGlobalConfirmation

将复制的文本粘贴到 PowerShell 中,然后按 Enter 键。等待几秒钟以完成命令。

相关文章

网友评论

      本文标题:安装 Chocolatey

      本文链接:https://www.haomeiwen.com/subject/abtziftx.html