I have been forced to jump from the silky, smooth running Win 7 to this Win 11 *****. Sadly there seems to be no way of going back in time. Be that as it may, I was pruning, as one does, to weed out the junk and came across something called Windows Mail in Program Files. I don’t know why it has been installed, I don’t want it, it’s taking up space so I want it gone.
I looked on-line, found how to do it using PowerShell. l got to “Run as Administrator”, and entered the command:
Get-AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
Another slightly different command line was:
get-appxpackage *microsoft.windowscommunicationsapps* | remove-appxpackage
It doesn’t work either; nothing happens. What am I doing wrong?
Rhino