- Accedemos a unha Shell do noso equipo remoto a xestionar.
- Copiamos e pegamos o seguinte código
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" |
- Executamos o seguinte comando para habilitar a resposta afirmativa a nivel global.
choco feature enable -n allowGlobalConfirmation
|
- Procedemos coa instalación dos paquetes seleccionados.
choco install nextcloud-client libreoffice-still adobereader firefox thunderbird 7zip
|
- Actualizamos [todos] os paquetes instalados.
choco upgrade [ chocolatey | <pkg1> | all ]
|