同样遇到这个问题,在微软英文论坛网站找到方法,希望能帮到你
原文出处:【网页链接】
简单如下:
【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"}