“Installieren Sie Choclatey” Code-Antworten

Installieren Sie Choclatey

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

So installieren Sie Choclatey mithilfe der Eingabeaufforderung

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Wrong Wombat

Ähnliche Antworten wie “Installieren Sie Choclatey”

Fragen ähnlich wie “Installieren Sie Choclatey”

Weitere verwandte Antworten zu “Installieren Sie Choclatey” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen