What's new

Solved Mail, Calendar and Calculator not opening

paul.mellors

New Member
Mail, calendar and calculator apps not opening. Can't seem to find a way to reinstall these. Any help appreciated. Thanks Paul
 

leeshor

Well-Known Member
Open an admin command prompt and type wsreset

If that doesn't work there is another command that will essentially reinstall all the Store apps.

Moved to apps.
 

leeshor

Well-Known Member
Run powershell as an administrator and run this command in the window.

Get-Appxpackage -Allusers

That will reinstall all the apps from the store and may take a while. It may look like it isn't doing anything Wait.
 
OP
P

paul.mellors

New Member
didn't work for me. Once the command was entered lots of entries in powershell.

Below is the end of what I was allowed to copy.

Not too familiar with windows unfortunately, been a mac user for a lifetime:)

Paul

Name : Microso
Publisher : CN=Micr
Architecture : X64
ResourceId :
Version : 10.1601
PackageFullName : Microso
InstallLocation : C:\Prog
IsFramework : False
PackageFamilyName : Microso
PublisherId : 8wekyb3
PackageUserInformation : {S-1-5-
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False

Name : Attract
Publisher : CN=A12B
Architecture : X64
ResourceId :
Version : 1.1.0.9
PackageFullName : Attract
InstallLocation : C:\Prog
IsFramework : False
PackageFamilyName : Attract
PublisherId : 1a2j9j1
PackageUserInformation : {S-1-5-
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
 

leeshor

Well-Known Member
It doesn't look like you issued the full command, however, here is another one that should work. Make certain you execute PS as an administrator.

Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

Follow that with a restart.
 

leeshor

Well-Known Member
There is normally a lot of information that pops up when you do that but you had a lot of several types of errors. I think it's time for you to do a reset.
 

revmike

Active Member
I would like to delete mail and reinstall mail, would one of these commands help? I've tried wsreset and that did nothing. Thanks
 
Top