一些Windows 10应用启动失败
我刚刚安装了Windows 10最终版本,并注意到某些应用程序(包括商店,照片和Groove音乐)无法正常工作。 遍历Internet后,我尝试使用以下命令行解决问题: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 但是,看起来情况变得更糟了,现在它在无法运行的应用程序上显示此错误: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. Merge Failure : error 0x80070003 : Cannot register the Microsoft.Windows.Photos_15.721.12350.0_x64__8wekyb3d8bbwe package because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Windows.Photos_15.721.12350.0_neutral_split.language-ru_8wekyb3d8bbwe\resources.pri NOTE: For additional …