mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
352 B
352 B
choco feature
Chocolateyで機能を操作します. 詳しくはこちら: https://chocolatey.org/docs/commands-feature.
- 利用可能な機能のリストを表示します:
choco feature list
- 機能を有効にします:
choco feature enable --name {{名}}
- 機能を無効にします:
choco feature disable --name {{名}}