2025-03-14 21:59:59 -06:00
|
|
|
# choco feature
|
|
|
|
|
|
|
|
|
|
> Interact with features with Chocolatey.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.chocolatey.org/en-us/choco/commands/feature/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display a list of available features:
|
|
|
|
|
|
|
|
|
|
`choco feature list`
|
|
|
|
|
|
|
|
|
|
- Enable a feature:
|
|
|
|
|
|
|
|
|
|
`choco feature enable --name {{name}}`
|
|
|
|
|
|
|
|
|
|
- Disable a feature:
|
|
|
|
|
|
|
|
|
|
`choco feature disable --name {{name}}`
|