10159 Mail and Calendar not opening...just shuts down

vincentw56

New member
Dec 14, 2011
82
0
0
Visit site
Title says most of it. I can't uninstall to try to reinstall it. Funny thing is it still runs in the background because I get notices about new email and events pop up. It is just that when I try opening the apps they crash. I know there are others having the issue so I thought I would make a thread about it in case someone finds a fix.
 

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
Title says most of it. I can't uninstall to try to reinstall it. Funny thing is it still runs in the background because I get notices about new email and events pop up. It is just that when I try opening the apps they crash. I know there are others having the issue so I thought I would make a thread about it in case someone finds a fix.

Try the Powershell command that will refresh your installed app list and see if that can fix it and get it out of its funk.

Run Powershell as an Administrator and paste this line into it.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

See if that solves it. If not, there is a PowerShell command to manually remove apps and is a little bit more involved. If that simple method didn't work let me know and I'll place the steps.
 

Medioholik

New member
Apr 9, 2015
3
0
0
Visit site
I have similar problem with People and Phone Companion apps. They just start to splash screen and then crash. Unfortunately PowerShell command that You posted doesn't work. I could reinstall phone companion app and install via store but it doesn't help.
 

vincentw56

New member
Dec 14, 2011
82
0
0
Visit site
Try the Powershell command that will refresh your installed app list and see if that can fix it and get it out of its funk.

Run Powershell as an Administrator and paste this line into it.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

See if that solves it. If not, there is a PowerShell command to manually remove apps and is a little bit more involved. If that simple method didn't work let me know and I'll place the steps.

I tried that from another post I read. It didn't work.
 

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
OK to manually remove Window Apps from your computer here is the steps to follow. Before proceeding remember, anything you modify with your system is all done by you and I take no responsibility if things break or get worse. Only proceed if you know how to repair systems if something is to go wrong.

I highly recommend making a system backup before you begin incase anything goes wrong. If you understand this then follow the steps.




  1. Run PowerShell as Administrator.
  2. Type in Get-AppxPackage *officehub*
  3. That should bring up a program that says Microsoft.MicrosoftOfficeHub
  4. Copy the PackageFullName down exactly as it's shown.
  5. Type in remove-appxpackage (Then your FullPackageName here) Example: remove-appxpackage Microsoft.MicrosoftOfficeHub_17.4218.23751.0_x64__8wekyb3d8bbwe
  6. Type in Get-AppxPackage *communications*
  7. That should bring up the program that says Windows.Live.Communications
  8. Copy the PackageFullName down exactly as it's shown.
  9. Type in remove-appxpackage (Then your FullPackageName here)
  10. Your Mail and Calendar apps should now be removed, just go to the store and re-download them.
NOTE: YOU MAY NEED TO RESTART YOUR PC TO TAKE AFFECT.
 
Last edited:

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
I have similar problem with People and Phone Companion apps. They just start to splash screen and then crash. Unfortunately PowerShell command that You posted doesn't work. I could reinstall phone companion app and install via store but it doesn't help.

Companion app doesn't work at all, but People Hub is a hit or miss it seems. I use to have major issues but now it works. Follow the steps I had above but instead search for Get-AppxPackage *People* to get just that app and not every WIndows App installed. Remember the same warning I posted applies so if you don't think it's safe then I would hold off and wait for a new build.
 

vincentw56

New member
Dec 14, 2011
82
0
0
Visit site
That did it. The only thing I had to do was remove the "windows.live.communications" using the command. The other one didn't remove the mail app. I then rebooted and installed it. Worked! Thanks so much.
 

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
That did it. The only thing I had to do was remove the "windows.live.communications" using the command. The other one didn't remove the mail app. I then rebooted and installed it. Worked! Thanks so much.

Glad to know man, I'll update my post reflecting that so others that have this issue will know how to fix it.
 

MBY

Member
Mar 5, 2014
203
4
18
Visit site
I'm also having problems with these apps in 10159. 10158 took a big step forward with Mail finally syncing sent mail. But now the apps lost their icons on the taskbar. Reinstalling from the store just crashes it. The worst part is that I can't even tell Microsoft because the feedback app won't load in this build either.
 

FLJeepGuy

New member
Jan 30, 2014
18
0
0
Visit site
10162 killed my Mail, Calendar, and Music apps. All of them open and immediately close. I've tried the PowerShell commands to re-register all the apps, plus the PowerShell commands to manually uninstall them and then download again from the store. Even the store app bombs out occasionally. They really fubar'ed something in this build.
 

pbike908

New member
Feb 19, 2015
39
0
0
Visit site
I had this problem when I initially installed 10162. A couple of restarts later and then downloading updated apps from the store fixed everything. I have seen similar posts in other forums that sometimes it takes a couple of restarts to get all the apps working correctly -- especially the store. also try running wsreset from an elevated command prompt and then restart your computer.
 

Norman Acunis

New member
Jul 3, 2015
2
0
0
Visit site
Thank you. So many have posted stuff on this that didn't work. I used the commands with the results from communications which covers mail and calendaring and for the first time, it worked perfectly! Nice job on the documentation.:grin:
 

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
Thank you. So many have posted stuff on this that didn't work. I used the commands with the results from communications which covers mail and calendaring and for the first time, it worked perfectly! Nice job on the documentation.:grin:

No problem, glad this fixed your issue. I wish we could figure out why this is happening. I've had no issues on my wife's PC till this build yet I've had app issues every build till this one. I'm just bot sure why they are failing to install correctly. I think it's with the new store as its failing to register them correctly.
 

vodda

New member
Jun 29, 2015
224
0
0
Visit site
Guys, a little bit of help please.

I had similar problems with Store, it did not want to start and just shuts down. So I thought I can do the same as described in this thread, remove it, download new and install again, via PS.

I am stuck now as I cant download the proper package, the command Get-AppxPackage *store* does not work. I still have the old package name as I've used it to remove-appxpackage it, but using the Get-AppxPackage "real package name, the one I removed a few minutes ago" does not work aswel.

Any ideas where to get the WindowsStore package?
 

vodda

New member
Jun 29, 2015
224
0
0
Visit site
I get it, the get-appxpackage shows only installed apps, as I've removed store, its no longer on that list.

The question now is, how to get the Store app package from online source so I can install it again?
 

Kyle Stilkey

New member
Nov 12, 2012
168
0
0
Visit site
I get it, the get-appxpackage shows only installed apps, as I've removed store, its no longer on that list.

The question now is, how to get the Store app package from online source so I can install it again?

You can't, the thing you can do is run the command I listed i believe in the second post and this will reinstall all apps including the store. If it doesn't you'll have to either wait for a new build or reinstall.
 

Members online

Forum statistics

Threads
323,252
Messages
2,243,527
Members
428,051
Latest member
kuyhaa