Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #-------------------------------------------
  2. # Install 7zip first to settle dependencies
  3. #-------------------------------------------
  4. cinst -y 7zip.commandline
  5. cinst -y 7zip.portable
  6.  
  7.  
  8. #--------------------------
  9. # The internet beyond Edge
  10. #--------------------------
  11. choco install firefox -y
  12. choco install googlechrome -y
  13.  
  14.  
  15. #--------------------------------------------------
  16. # Should be installed after AutoCAD and Acrobat DC
  17. # Don't link with TrueView, keep as separate apps
  18. #--------------------------------------------------
  19. choco install designreview -y
  20.  
  21.  
  22. #--------------------------------------
  23. # For daily Bing photos on the desktop
  24. #--------------------------------------
  25. choco install bingdesktop -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement