📎 AI Summary:
The thread discusses a user’s difficulty in locating and opening the Windows Mail App after an update, as they can no longer find its icon or access it via the executable. A helpful user suggests using PowerShell commands to remove and reinstall the app, which the original poster confirms successfully resolving the issue. Overall, the conversation revolves around troubleshooting the app’s disappearance, with positive resolution through command-line methods.

MikeHawthorne

Essential Member
Microsoft Community Contributor
Member details
Joined
May 25, 2009
Messages
6,684
Thread Author #1
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

Trouble

Noob Whisperer
Member details
Joined
Nov 30, 2009
Messages
13,723
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

MikeHawthorne

Essential Member
Microsoft Community Contributor
Member details
Joined
May 25, 2009
Messages
6,684
Thread Author #4
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: