1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 23:55:43 +02:00
tldr/pages.es/windows/choco-feature.md

17 lines
368 B
Markdown
Raw Normal View History

# choco feature
> Interactúa con características de Chocolatey.
> Más información: <https://chocolatey.org/docs/commands-feature>.
- Mostrar una lista de características disponibles:
`choco feature list`
- Habilitar una característica:
`choco feature enable --name {{nombre}}`
- Deshabilitar una característica:
`choco feature disable --name {{nombre}}`