Yes I read that as well. Just was not sure how to implement it, but found my way about it.
Get-AppxPackage -PackageTypeFilter Main, Bundle, Resource | Where-Object {$_.PackageFullName -like "*solitaire*"} | Remove-AppxPackage -Allusers
Works, thanks :-)
Yes I read that as well. Just was not sure how to implement it, but found my way about it.
Works, thanks :-)