1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/windows/choco-feature.md

16 lines
377 B
Markdown

# choco feature
> Interagiere mit Funktionen, die das Verhalten von Chocolatey verändern.
> Weitere Informationen: <https://chocolatey.org/docs/commands-feature>.
- Gib eine Liste von verfügbaren Funktionen aus:
`choco feature list`
- Aktiviere eine Funktion:
`choco feature enable --name {{name}}`
- Deaktiviere eine Funktion:
`choco feature disable --name {{name}}`