Hi,
I deployed windows virtual desktop, trying to clean the image from windows default apps but every time i remove these apps they get installed again.
ex. xbox and weather.
the command i'm using is
Get-AppxPackage weather | Remove-AppxPackage
or
Get-AppxPackage weather -Allusers | Remove-AppxPackage
I'm spending so much time on this and don't have a clue , any advise?