MikeHawthorne

Essential Member
Microsoft Community Contributor
Joined
May 25, 2009
Messages
6,637
Hi

I spent a lot of time getting my Windows Mail App up and running in the last build.
Now I can't even find it?

I've looked for a Mail icon for it, but I don't find a place to open it.

I found WinMail.exe but it doesn't open anything.

Anyone know where the link to it is at, or what the link is called?

Mike
 


Solution
Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
just paste that into a admin powershell
then go to the old store not the beta store and reinistall them
Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
just paste that into a admin powershell
then go to the old store not the beta store and reinistall them
 


Solution
Thanks again, that worked.

Mike

Just noticed the This app won't open post at the top of the page.
I was more in the This app has disappeared, Mode.
 


Last edited:
Back
Top