“Instalasi Choco” Kode Jawaban

Instalasi 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

Instal Choco Windows 10

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

Instal Choco

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

Jawaban yang mirip dengan “Instalasi Choco”

Pertanyaan yang mirip dengan “Instalasi Choco”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya