Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pub:winget [2022/03/21 13:39] – [requirement/install] derekpub:winget [2022/03/21 13:40] (current) – [requirement/install] derek
Line 7: Line 7:
 * install via command line * install via command line
  
- +<code powershell> 
- +Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -OutFile "C:\drv\WinGet.msixbundle" 
-ms-windows-store://pdp/?ProductId=9nblggh4nns1 +Add-AppxPackage "C:\drv\WinGet.msixbundle" 
- +</code>