Questions tagged [appx]

Package format containing apps for Windows Universal Windows Platform (UWP, formerly Metro) used in Windows 8 and 10. Appx packages and Appx bundles are mostly distributed through the Microsoft Store but might also be sideloaded or pre-installed on a Windows system.

Package format containing apps for Windows Universal Windows Platform (UWP, formerly Metro) used in Windows 8 and 10. Appx packages and Appx bundles are mostly distributed through the Microsoft Store but might also be sideloaded or pre-installed on a Windows system.

For additional information and references, see the Wikipedia Universal Windows Platform apps article

2 questions
0
votes
1 answer

Reinstall default Windows Appx packages

We are uninstalling most Appx packages for our users upon deployment of Windows 10 machines. We are using something like this two-liner is sufficient to get rid of most UWP apps on the systems: # remove the "provisioning" of packages for new…
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
0
votes
0 answers

Cannot install any appxpackage on Windows Server 2022 Core because windows.capability extension is not registered

Installing anything via Add-AppxPackage cmdlet results in error: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. error 0x80040154: Cannot register the request because the following error was encountered…