Win10 system mail and calendar synchronization error 0x80c8043e solution

  

Recently, users have upgraded from Win8.1 system to Win10 official version, found that the built-in "mail and calendar" application can not properly synchronize content, there will be 0x80c8043e error. The Microsoft official community has given a solution, but some users are not very responsive. Non-official users have started to solve the problem spontaneously, and the solution is relatively simple. Let's take a look at it together.

1. Resolve via Powershell (official) After entering Powershell in the Cortana search bar, right click on the first result and select “Run as administrator”, then enter the following command and press Enter: Br>

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

After the run, re-download and install the Mail & Calendar app in the store. Of course, if this method doesn't work, you can try the following “civil program”.

2, uninstall KB3081436 update (user spontaneous)

This patch is the second cumulative update received by Win10 official version, used to fix various problems in the system. However, the patch itself has caused a lot of trouble for some users, such as the inability to install, or the "extra-segmentation" after installation, the 0x80c8043e error mentioned in this article is one of them.

It should be noted that this security update can be uninstalled without uninstalling. Although you may have installed the third cumulative update patch KB3081438 recently released, there are still some risks in the previous uninstallation. . In particular, if your third update installation fails, it's best to try not to solve the synchronization problem of Mail and Calendar in this way.

The above is the solution to the problem, the uninstall method is very simple, click Settings & Rarr; Update & Security & Rarr; Advanced Options & Rarr; View Update History & Rarr; Uninstall Update, and then find KB3081436 in the pop-up window Double click to uninstall.

Copyright © Windows knowledge All Rights Reserved