Benutzer-Werkzeuge

Webseiten-Werkzeuge


choco

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
choco [2020/02/02 00:22] edvcchoco [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 2: Zeile 2:
 [[https://chocolatey.org/docs/installation]] [[https://chocolatey.org/docs/installation]]
 <file cmd edvc-install-choco.cmd> <file cmd edvc-install-choco.cmd>
-@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"+@"%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"
 </file> </file>
  
Zeile 23: Zeile 23:
 <file cmd edvc-upgrade-all.cmd> <file cmd edvc-upgrade-all.cmd>
 C:\ProgramData\chocolatey\bin\choco.exe upgrade -y all C:\ProgramData\chocolatey\bin\choco.exe upgrade -y all
 +</file>
 +
 +search:
 +<code>
 +C:\ProgramData\chocolatey\bin\choco.exe search firefox
 +</code>
 +
 +choco autoupgrade package:
 +<file cmd edvc-chocolatey-autoupdater.cmd>
 +C:\ProgramData\chocolatey\bin\choco install -y chocolatey-autoupdater
 </file> </file>
choco.1580602960.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki