Win10 built-in application can not install error 0x80073cff how to solve?

  

When the Win10 system installs some system built-in applications, such as contacts, calendars, and mailboxes, an error code 0x80073cff appears, causing the installation to fail. What is going on here? How to solve this problem?

Solution

1. Click on the Start menu, type "“PowerShell" in the search, then right click on the found program and run as “Administrator>;

2, then paste the following code at the cursor and execute:

Get-appxprovisionedpackage -online |  Where-object {$_.packagename -like “*windowscommunicationsapps*”} |  remove-appxprovisionedpackage -online

3, from the old store (green porcelain veneer) to reinstall the e-mail, calendar and contacts applications.

These are the built-in applications can not be installed Win10 error code 0x80073cff solution, this method is suitable for most applications store in question failed application installation.

Copyright © Windows knowledge All Rights Reserved