4 lines
227 B
Batchfile
4 lines
227 B
Batchfile
|
REM install Chocolatey
|
||
|
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
|
||
|
|