安装chocolatey

 

C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

 

或者:

 

PS:\>iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

posted @ 2014-07-17 14:37  Earic  阅读(241)  评论(0编辑  收藏  举报