HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

choco feature — Interact with features with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandchocolateyinteractclifeatureswithchoco feature
windows

Problem

How to use the choco feature command: Interact with features with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/commands/feature/>.

Solution

choco feature — Interact with features with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/commands/feature/>.

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}}

Code Snippets

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}}

Context

tldr-pages: windows/choco feature

Revisions (0)

No revisions yet.