diff --git a/pages/windows/choco-config.md b/pages/windows/choco-config.md new file mode 100644 index 0000000000..5de945fc37 --- /dev/null +++ b/pages/windows/choco-config.md @@ -0,0 +1,20 @@ +# choco config + +> Manage configuration file settings for Chocolatey. +> More information: . + +- Display all configuration settings and their values: + +`choco config list` + +- Display the value of a specific configuration setting: + +`choco config get {{setting_name}}` + +- Set a value for a specific configuration setting: + +`choco config set {{setting_name}} {{value}}` + +- Remove a specific configuration setting: + +`choco config unset {{setting_name}}`