Chocolatey

Chocolatey

Chocolatey auto instalador de softwares

Escolha uma das opções e executo no PowerShell como Administrador:

Você pode montar seu próprio script de instalação de software com a lista da comunidade do Chocolatey

 

1 - Programas básicos

------------------------------------------------------------------------------

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

choco feature enable -n allowGlobalConfirmation

ISO Normal
choco install 7zip GoogleChrome Jre8 notepadplusplus lightshot adobereader lightshot.install office-tool firefox teamviewer anydesk.install

------------------------------------------------------------------------------

 

2 - Programas básicos + Softwares games

------------------------------------------------------------------------------

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

choco feature enable -n allowGlobalConfirmation

ISO PC Gamer
choco install 7zip GoogleChrome Jre8 notepadplusplus lightshot adobereader lightshot.install office-tool firefox teamviewer anydesk.install steam-client battle.net epicgameslauncher

------------------------------------------------------------------------------