top of page

Install Msix Package Access

This method ensures the app is installed for every new user account created on the device.

Before installing an MSIX package, ensure your system meets the following: install msix package

Add-AppxPackage -Path ".\YourApp.msix" -Register -DisableDevelopmentMode This method ensures the app is installed for

bottom of page