A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Was there any update to this? I am experiencing the same issue. I have logged into the session as administrator and ran the following commands.
Get-AppxPackage -AllUsers | where-object {$.name –notlike “*store*”} | Remove-AppxPackage
Get-appxprovisionedpackage –online | where-object {$.packagename –notlike “store”} | Remove-AppxProvisionedPackage -online
They complete and the apps are removed. However, when I log back on they are installed again. Not sure what else to try.