Install Winget Using Powershell Updated =link=

đź’ˇ If you frequently use PowerShell, you can update PowerShell itself using WinGet by running winget upgrade Microsoft.PowerShell . How to update PowerShell | PDQ

Run:

$downloadUrl = $asset.browser_download_url $outputPath = "$env:TEMP\winget.msixbundle" Invoke-WebRequest -Uri $downloadUrl -OutFile $outputPath install winget using powershell updated