Install Windows Store App package (*.appx) for all users - Super User

PHOTO EMBED

Thu Jul 11 2024 10:53:25 GMT+0000 (Coordinated Universal Time)

Saved by @See182

$localFolderPath = "C:\UWP_1.0.0.0_Test]\*"
$localPackage = "C:\UWP_1.0.0.0_Test\UWP_1.0.0.0_x64.msixbundle"
$certName = Get-ChildItem -Path $localFolderPath -Include *.cer

certutil.exe -addstore TrustedPeople $certName[0].FullName
DISM.EXE /Online /Add-ProvisionedAppxPackage /PackagePath:$localPackage /SkipLicense
content_copyCOPY

https://superuser.com/questions/647927/install-windows-store-app-package-appx-for-all-users