Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Chocolatey
- @"%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"
- choco feature enable -n allowGlobalConfirmation
- # install applications
- cinst firefox
- cinst googlechrome
- cinst adobereader
- cinst 7zip.install
Advertisement