299 B
299 B
choco 功能
与 Chocolatey 的功能进行交互。 更多信息:https://chocolatey.org/docs/commands-feature。
- 显示可用功能的列表:
choco feature list
- 启用功能:
choco feature enable --name {{name}}
- 禁用功能:
choco feature disable --name {{name}}