1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
| winget --help
winget install <app name or app id>
winget install <app name> -l C:\paths\paths
winget install <app name> -i
winget uninstall <app name>
winget upgrade <app name>
winget list
winget settings
"source": { "autoUpdateIntervalInMinutes": 5 }, "visual": { "progressBar": "rainbow" },
winget show <app name>
winget source add // 添加新源 winget source list // 列出当前源 winget source update // 更新当前源 winget source remove // 移除当前源 winget source reset // 重置源 winget source export // 导出源
|