diff --git a/pages/windows/choco-feature.md b/pages/windows/choco-feature.md new file mode 100644 index 0000000000..ebece7e122 --- /dev/null +++ b/pages/windows/choco-feature.md @@ -0,0 +1,15 @@ +# choco feature + +> Interact with features with Chocolatey. + +- 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}}`