Windows 10 [Forum FAQ]How to fix built-in Apps that cannot work correctly in Windows 10

  • Thread starter Thread starter ForumFAQ
  • Start date Start date
F

ForumFAQ

Guest
Scenario

In Windows 10 RTM, someone may encounter this issue: Store apps cannot launch, crash or not work correctly. (Note: Take Mail app as the example in this article.)

Solution:

We can re-register this app or reinstall it from Windows store to solve this issue.

Note: we can also use solution 1 to fix problems with Cortana, Start Menu and Settings.

Solution 1: Re-register this App:

  1. Run Windows PowerShell as Administrator.
  2. Type Get-AppxPackage, press Enter. 720651.png
  3. From the output list, find the Mail App and remember the InstallLocation.
  4. Type this command: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\microsoft.windowscommunicationsapps_17.6120.42011.0_x64__8wekyb3d8bbwe\AppxManifest.xml"}
  5. It would run as below: 720652.png

Solution 2: If re-register App cannot resolve your issue, Please reinstall the App.

Step 1: Uninstall it completely


  1. Run Windows PowerShell as Administrator.
  2. Type Get-AppxPackage, press Enter.
  3. From the output list, find Mail App package and remember its PackageFullName as below:
  4. 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

720653.png


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

More...
 
Back
Top