Add-AppxProvisionedPackage -Online -PackagePath "C:\Path\To\YourApp.msixbundle" -SkipLicense Use code with caution. Machine-wide Package Provisioning (Install for All Users)
Standard installation only applies to the user running the command. To make the app available for every user on a machine (machine-wide installation), you must "provision" the package using Add-AppxProvisionedPackage or DISM . powershell install msixbundle from powershell
Here’s a concise review of installing an .msixbundle package via PowerShell, including the recommended method, key benefits, and potential pitfalls. including the recommended method