17 lines
668 B
Markdown
17 lines
668 B
Markdown
### Chocolatey Paketmanager für Windows
|
|
|
|
Chocolatey ist ein Windows Paketmanager und kann mit GLPI auf mehreren Rechnern ausgerollt werden. Chocolatey ermöglicht es Software zu installieren oder bereits vorhandene Software auf den neuesten Stand zu bringen.
|
|
|
|
### Chocolatey Installation:
|
|
|
|
* install.cmd herunterladen und als Administrator starten
|
|
```
|
|
curl -O https://support.ostrachhelp.de/GLPI/pakete/raw/branch/main/chocolatey/install.cmd & install.cmd
|
|
```
|
|
|
|
### Software installieren:
|
|
|
|
* Essentielle Software installieren:
|
|
```
|
|
curl -O https://support.ostrachhelp.de/GLPI/pakete/raw/branch/main/chocolatey/software_essential.cmd & software_essential.cmd
|
|
``` |