Advertisement
seresdaniel

chocolatey install

Mar 18th, 2020 (edited)
831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  2.  
  3. choco install googlechrome -y
  4. choco install ghostscript -y
  5. choco install irfanview -y
  6. choco install microsoft-teams -y
  7. choco install vcredist-all -y
  8. choco install vcredist140
  9. choco install dotnetfx
  10. choco install dotnetcore-runtime -y
  11. cinst -y --params="Quiet IgnoreMissingIIS" dotnetcore-windowshosting
  12. choco install dotnet3.5 -y
  13. choco install javaruntime -y
  14. choco install vlc -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement