Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 288 Bytes

File metadata and controls

12 lines (10 loc) · 288 Bytes

choco

管理员运行cmd,执行

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