訪問 GitHub 上的 WinGet 的倉庫,在 Release 頁面里進行下載
在 github.com/microsoft/winget-cli/releases ,的 Assets 里 的:Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
配置system path變量
C:\Users\xxx\AppData\Local\Microsoft\WindowsApps\
winget search/install/show
source 命令如下:
• winget source list:列出已添加的 Manifest
• winget source add :添加新的 Manifest
• winget source update:更新全部已添加的 Manifest
• winget source remove:移除已用的 Manifest