1、可以尝试通过命令重新注注册Windows Store app:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.XML
命令的详细说明可以参考:
http://blogs.msdn.com/b/notime/archive/2013/10/18/fix-store-app-in-windows-8-1.aspx
2、可以尝试以管理员身份打开CMD,输入
sfc /scannow
检查并尝试修复可能存在问题或者丢失的系统文件。
参考: