“Installer Choco Windows 10” Réponses codées

Installation de choco

@"%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://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Enthusiastic Eland

Choco Chrome Install

choco install googlechrome -y
Dream Shift

Installer Choco Windows 10

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

Installez le chocolat sur les fenêtres

@"%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://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Thoughtless Toad

Installer Choco

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('http://internal/odata/repo/ChocolateyInstall.ps1'))
Victorious Vendace

Réponses similaires à “Installer Choco Windows 10”

Questions similaires à “Installer Choco Windows 10”

Plus de réponses similaires à “Installer Choco Windows 10” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code