win10总是“”操作系统当前的配置不能运行此应用程序

2024-12-23 08:27:59
推荐回答(1个)
回答1:

同样遇到这个问题,在微软英文论坛网站找到方法,希望能帮到你

原文出处:【网页链接】

简单如下:

【win】+x → 【windows powershell (管理员)】→ 粘贴以下命令行,一行一行执行:

1、

dism /online /cleanup-image /restorehealth

2、

sfc /scannow

3、

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