Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:winget [2022/03/21 13:38] – [requirement/install] derek | pub:winget [2022/03/21 13:40] (current) – [requirement/install] derek | ||
---|---|---|---|
Line 3: | Line 3: | ||
=== requirement/ | === requirement/ | ||
* built-in Win10/21H1 or Win11/21H2 | * built-in Win10/21H1 or Win11/21H2 | ||
- | * can be install From Microsoft Store https:// | + | * can be install From Microsoft Store |
+ | ** https:// | ||
* install via command line | * install via command line | ||
- | https://www.microsoft.com/p/app-installer | + | <code powershell> |
- | https://www.microsoft.com/store/ | + | Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" |
- | + | Add-AppxPackage "C:\drv\WinGet.msixbundle" | |
- | + | </code> | |
- | ms-windows-store:// | + | |
- | + |