Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, September 29, 2015 11:01 AM | 1 vote
Hi,
I am receiving the following error code and cannot send or receive email, can anyone assist please?
All replies (4)
Tuesday, September 29, 2015 11:09 AM ✅Answered
Kindly go through the following:
How to fix built-in Apps that cannot work correctly in Windows 10
S.Sengupta, Windows Experience MVP
Tuesday, September 29, 2015 11:21 AM ✅Answered | 2 votes
These procedures can be used to fix issues with These win 10 apps. Mail, Calendar, Cortana, Start menu, and Settings. It probably will work for others but I have only tested it with these.
**
**
**
**
Solution 1: Re-register this App:
- Run Windows PowerShell as Administrator.
- Type Get-AppxPackage, press Enter.
- From the output list, find the Mail App and remember the InstallLocation.
- Type this command: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\microsoft.windowscommunicationsapps_17.6120.42011.0_x64__8wekyb3d8bbwe\AppxManifest.xml"}
- It would run as below:
Solution 2: If re-register App cannot resolve your issue, Please reinstall the App.
Step 1: Uninstall it completely
- Run Windows PowerShell as Administrator.
- Type Get-AppxPackage, press Enter.
- From the output list, find Mail App package and remember its PackageFullName as below:
- And then type the following command: Remove-Appxpackage –Package microsoft.windowscommunicationsapps_17.6120.42011.0_x64__8wekyb3d8bbwe
Note: After running this command in Windows 10, the Mail icon still appear in the App list and Start menu. However, you cannot click to launch it. Just ignore and continue next step.
**Step 2: Reinstall the App from Windows Store **
**
**
Thanks to ForumFaq@Technet.
Wanikiya and Dyami--Team Zigzag
Thursday, July 21, 2016 10:46 AM | 3 votes
What about for people who are using a windows 10 phone ?
Wednesday, October 25, 2017 1:50 PM | 1 vote
The Mail app doesn't show up in my list after running Get-AppxPackage. I also made sure and sent the list to a text file and searched through it. Any suggestions at this point?