Saltar navegación

Taller Chocolatey

  1. Accedemos a unha Shell do noso equipo remoto a xestionar.
  2. 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"
  3. Executamos o seguinte comando para habilitar a resposta afirmativa a nivel global.
    choco feature enable -n allowGlobalConfirmation
  4. Procedemos coa instalación dos paquetes seleccionados.
    choco install nextcloud-client libreoffice-still adobereader firefox thunderbird 7zip
  5. Actualizamos [todos] os paquetes instalados.
    choco upgrade [ chocolatey | <pkg1> | all ]

Feito con eXeLearning (Nova xanela)