官方提供的方法,經過測試的確可以解決該項問題
右鍵點擊開始菜單,Powershell(管理員)打開,
分別輸入下面命令修系統,
DISM /Online /Cleanup-Image /RestoreHealth
SFC /scannow
cmd.exe /c "for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1"
重開機試試,如果還是有問題,再輸入下面這個命令。
add-appxpackage -register "C:\Windows\SystemApps\*\AppxManifest.xml" -disabledevelopmentmode
之後再試試。
問題資訊
內文搜尋

X