Win10 提示:操作系统当前的配置不能运行此应用程序

Win10 提示:操作系统当前的配置不能运行此应用程序_第1张图片

 1.以管理员方式运行CMD

dism /online /cleanup-image /restorehealth

sfc /scannow

2.以管理员方式运行powershell

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

你可能感兴趣的:(windows)