jisuren

chocolatey

Mar 19th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Chocolatey
  2. @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
  3. choco feature enable -n allowGlobalConfirmation
  4. # install applications
  5. cinst firefox
  6. cinst googlechrome
  7. cinst adobereader
  8. cinst 7zip.install
Advertisement