How to fix Mail, Calendar and People apps not opening in Windows 10 build 10041

Microsoft has released Windows 10 build 10041 & it has some newly added functionality and several bugs. when you start using immediately you noticed that Mail, Calendar, and People apps are broken.

you can easily fixed by following steps:


1) Open Powershell as administrator 


2) Copy and paste the following code and press Enter: 


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


3)now, Re-install Mail, People and Calendar from the windows Store. that's it! 


watch on YouTube

Comments