can also be used from a command prompt or PowerShell for the same effect: Super User powershell Dism /Online /Add-ProvisionedAppxPackage /PackagePath: "C:\Path\To\YourApp.msix" /SkipLicense Use code with caution. Copied to clipboard How it Works Registration
Sideloading not enabled or policies blocking machine-wide deployment. install msix powershell all users
Add-AppxPackage -Path "C:\Path\To\YourApp.msix" -AllUsers can also be used from a command prompt