1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:44:54 +02:00
tldr/pages.zh/windows/choco-feature.md
2019-11-02 17:47:23 +00:00

244 B

choco feature

Chocolatey 的交互功能.

  • 显示可用的功能列表:

choco feature list

  • 启用一个功能:

choco feature enable --name {{功能名称}}

  • 禁用一个功能:

choco feature disable --name {{功能名称}}