choco.ps1 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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://git.tsimnet.eu/dasimmet/powershit/raw/master/choco/choco.ps1'))
  2. Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  3. choco upgrade -y `
  4. 7zip `
  5. blender `
  6. crystaldiskmark `
  7. curl `
  8. discord `
  9. firefox `
  10. gimp `
  11. git `
  12. googlechrome `
  13. heaven-benchmark `
  14. keepassxc `
  15. libreoffice-fresh `
  16. microsoft-teams.install `
  17. mumble `
  18. nextcloud-client `
  19. notepadplusplus `
  20. powershell `
  21. putty `
  22. python3 `
  23. skype `
  24. steam `
  25. sysinternals `
  26. teamspeak `
  27. vlc `
  28. winscp `
  29. youtube-dl `
  30. zoom `
  31. choco uninstall `
  32. 3dmark `