INSTAL·LACIÓ DE CHOCOLATEY

Ara entrem al powershell com a mode administrador i posem la següent comanda ->

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))

Un cop instal·lat faré una prova instal·lant google:

Funciona correctament, ara lo mateix però en windows server:

Leave a Comment