snippetbashTip
choco feature — Interact with features with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/c
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 listEnable 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 listEnable 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.