Msixbundle Install Powershell !new! -

To install an application for your active user account, run: powershell Add-AppxPackage -Path "C:\Path\To\YourApp.msixbundle" Use code with caution.

Use Get-AppxPackage to list apps or find a specific one by name. powershell Get-AppxPackage -Name "*YourAppName*" Use code with caution. msixbundle install powershell