Powershell Msixbundle Here
Remove-AppxPackage -Package "YourAppPackageName"
Get-AppxLastError
Uninstall by matching name:
Common error handling:
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe" sign /fd SHA256 /a /f "mycert.pfx" /p "password" "App.msixbundle" powershell msixbundle
$appxPath = "C:\Path\To\MyApp.appx" $msixBundlePath = "C:\Path\To\MyApp.msixbundle" powershell msixbundle