All Metro Apps on Windows 8.1 Do Not Work

所有的Metro Apps不能够正常打开,表现为打开后自动最小化到任务栏,并且不能恢复正常状态。在Event Viewer\Application中相应的错误信息为:

Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: This app does not support the contract specified or is not installed. See the Microsoft-Windows-TWinUI/Operational log for additional information.

  • 如果只是要打开PC Settings,以管理员权限运行命令行:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
  • 重新安装所有Metro应用,在PowerShell中执行命令(It performs a complete reinstall of the "metro" apps using the following command in PowerShell to fix the apps minimizing on start:)
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

What it does is this:  Get-AppxPackage gets a list of installed app packages (.appx) and Add-AppxPackage installs an app package. So the command kind of reinstalls metro applications, but with DevelopmentMode disabled. It shouldn‘t be harmful in a sense that it won‘t install anything new or remove existing apps.

参考资料:

  1. http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_store/all-metro-apps-on-windows-81-do-not-work/cf009f94-358d-4cd2-8bb0-5ae748e1acd8?page=3
  2. http://www.eightforums.com/tutorials/42001-pc-settings-fix-restore-windows-8-1-a.html
时间: 2024-10-11 06:54:06

All Metro Apps on Windows 8.1 Do Not Work的相关文章

在桌面程序上(Winform or others)和Metro/Modern 程序(Windows store app)的交互(相互打开,配置读取等)

这个标题真是取得我都觉得蛋疼..微软改名狂魔搞得我都不知道要叫哪个好.. 这边记录一下自己的桌面程序跟windows store app交互的过程. 由于某些原因,微软的商店应用的安全沙箱导致很多事情无法做到,因此额外做了一个.NET桌面引擎来辅助,那么现在就需要让这两个不同环境的程序进行交互. 第一步:在桌面应用引擎中,唤醒商店应用. 根据MSDN解释,这边最简单的办法是使用协议(URI protocol)来解决. 1:打开程序的Package.appxmanifest,在声明中添加协议 名称

Building Apps for Windows Phone 8.1教程下载地址整理

官方教程地址http://channel9.msdn.com/Series/Building-Apps-for-Windows-Phone-8-1http://media.ch9.ms/ch9/8db4/335f0b92-7c4e-4b90-80be-05ea0c158db4/BuildingAppsForWindowsPhone81M01_high.mp4http://media.ch9.ms/ch9/8db4/335f0b92-7c4e-4b90-80be-05ea0c158db4/Buil

Miscosoft Visual Studio项目guid取值

There isn't an easy way to change the type of a project in Visual Studio project once it is created; for example changing a C# Class Library into a Portable Class Library (PCL). Knowing these GUIDs will allow you to edit project files like .csproj an

Windows Phone Silverlight 8.1 apps

The Windows Phone Silverlight 8.1 app model gives Windows Phone 8 developers access to some of the newest features available in Windows Phone Store apps without significantly modifying existing Windows Phone 8 code. Windows Phone 8 apps are fully sup

Windows 10体验:Metro应用

Metro应用是Windows 8为平板设备设计的全新应用模式,它更适合平板设备,提供全屏浸入式的用户体验,提供了多种触控操作方式. 同样Metro应用的优势也为用户带来的很多困扰,那就是需要承担再学习的成本.因为有些用户在进入Metro后,就不知该如何操作了,关闭不知道,功能不知道,需要适应一段时间才能搞清楚基本操作,比如关闭Metro应用.所以,很多购买了Windows 8机器的用户,又装回Windows 7. 但是在Windows 10技术预览版中,微软再次听取了用户的声音,将Metro应

UWP深入学习五:Build better apps: Windows 10 by 10 development series

Promotion in the Windows Store  In this article, I walk through how to Give your Store listing a makeover, Start measuring your success(using the Visual Studio Application Insights SDK in your app), and Start promoting your APP. Live Tiles and Notifi

我的Windows Phone 8

学习Windows Phone 8开发,将自己收集到的学习资料做一个汇总(不断更新). 我的Windows Phone应用 DotaMax MyAppToStart 麦子学院 WP8.1版(UI简陋) WP7学习博客 整理Windows Phone 7 教程1.0 超过500篇文章   作者:机微网 WP7 开发31日谈 WP8学习视频 传智播客 .NET视频 主要初学: C#编程基础 C#面向对象基础 WPF教程 WP7移动开发 WP8.1移动开发 麦子学院(免费观看,需要注册账号)  作者:

Windows 10 命令提示符新变化

Windows 10 确实改变了很多,不但在开始菜单.多桌面. metro apps等明显处做了改变,而且在一些应用程序本身也做了很大的改变. 我们这里要讨论的是"命令提示符",也有人叫做DOS提示符.命令提示符一直存在于微软的操作系统中,作用很大,但其易用性一直被忽略,但在Windows10,微软似乎下决心要改变它了.一打开,感觉像是进了Linux的控制台,字符比较难看,看一下Windows10和Windows7的命令提示符对比图: 对照Windows7的字体属性把它们修改一样了:

Windows Sever 2012的安装教程(图文)

转自脚本之家 Windows Sever 2012的安装教程(图文) 作者:佚名 来源:互联网 最近微软先行放出发布了下一代Windows服务器版本windows server 2012,笔者下载下来测试安装了,相对于windows server 2008,确实有许多细节方面的改进. 我是通过vmware workstation 8来安装windows server 2012的,由于安装的时候无法选择2012只好选择windows server 2008 64位版本的. 启动界面,由前一个版本的