Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| choco [2020/01/30 13:10] – edvc | choco [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 |
|---|
| choco install: | choco install: |
| [[https://chocolatey.org/docs/installation]] | [[https://chocolatey.org/docs/installation]] |
| <code> | <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" |
| </code> | </file> |
| |
| client pdf24: | client pdf24: |
| | <file cmd edvc-client-pdf24.cmd> |
| | C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install googlechrome adobereader notepadplusplus firefox vlc inkscape gimp greenshot pdfsam.install lenovo-thinkvantage-system-update pdf24 |
| | </file> |
| | |
| | client pdfcreator: |
| | <file cmd edvc-client-pdfcreator.cmd> |
| | C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install googlechrome adobereader notepadplusplus firefox vlc inkscape gimp greenshot pdfsam.install lenovo-thinkvantage-system-update pdfcreator |
| | </file> |
| | |
| | server: |
| | <file cmd edvc-server.cmd> |
| | C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install googlechrome notepadplusplus |
| | </file> |
| | |
| | upgrade all: |
| | <file cmd edvc-upgrade-all.cmd> |
| | C:\ProgramData\chocolatey\bin\choco.exe upgrade -y all |
| | </file> |
| | |
| | search: |
| <code> | <code> |
| C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install googlechrome teamviewer.host adobereader notepadplusplus firefox vlc inkscape gimp greenshot pdf24 | C:\ProgramData\chocolatey\bin\choco.exe search firefox |
| </code> | </code> |
| | |
| | choco autoupgrade package: |
| | <file cmd edvc-chocolatey-autoupdater.cmd> |
| | C:\ProgramData\chocolatey\bin\choco install -y chocolatey-autoupdater |
| | </file> |