📎 AI Summary:
The thread discusses a solution for fixing the Mail, Calendar, and People apps in Windows 10 build 10041, due to a licensing issue caused by the Store Beta. The original poster provides a step-by-step PowerShell command to remove and then re-install these apps, which has been confirmed to work by subsequent contributors for multiple builds, including 10049. Overall, the sentiment is positive, with users thanking and confirming the effectiveness of the solution.

kemical

Essential Member
Joined
Aug 28, 2007
Messages
36,160
Thread Author #1
Some users may find trouble opening the Mail,Calender and People app in Build 10041. Apparently down to a licensing issue Microsoft have blogged a solution here (it works too):
.
  • In this build, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:
    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
Link Removed

Also see here for screenshots:
http://www.windowscentral.com/how-fix-mail-calendar-people-windows-10-preview-10041
 

Last edited:

kemical

Essential Member
Joined
Aug 28, 2007
Messages
36,160
Thread Author #2
This also works for Build 10049. I just repaired the Mail,Calendar and People app.