Add-AppxPackage -Path https://aka.ms/getwinget
Contributor
[Package Issue]: Microsoft.AppInstaller fails update to 12.27.440.0 #328667
Closed
@mdanish-kh thanks for the workaround. One thing to note: I tried pwsh first and I get this:
$ Add-AppxPackage -Path https://aka.ms/getwinget
Add-AppxPackage: The 'Add-AppxPackage' command was found in the module 'Appx', but the module could not be loaded due to the following error: [Operation is not supported on this platform. (0x80131539)]
For more information, run 'Import-Module Appx'.
… but with Windows Powershell I get success.
Thanks again!