How to run winget as admin in powershell
Execute in PS as admin the following:
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.Winget.Source_8wekyb3d8bbweAfter that. You can upgrade your packages with no problem with the command: winget upgrade --all
More info
Check out more IT nuggets at www.ruizpelaez.com.