Advertisement
Guest User

Example Chocolatety Bat

a guest
Jun 20th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
  2. choco install nodejs.install
  3. choco install vlc
  4. choco install 7zip
  5. choco install notepadplusplus.install
  6. choco install visualstudio2013professional
  7. choco install visualstudiocode
  8. choco install mssqlserver2014express
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement