

























若是当前仍然无法打开安全中心,方便的话,可以告知一下是打开后有错误提示吗?或者点击后没有反应?
建议鼠标右键单击开始按钮(微软图标的按钮)→"Windows PowerShell(I)(管理员)(A )”→输入:
(WIndows11中可能显示Windows 终端(管理员))
sfc /SCANNOW
(按下Enter键)
Dism /Online /Cleanup-Image /ScanHealth
(按下Enter键)
Dism /Online /Cleanup-Image /CheckHealth
(按下Enter键)
DISM /Online /Cleanup-image /RestoreHealth
(按下Enter键)
Set-ExecutionPolicy Unrestricted
(按下Enter键)
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “((_.InstallLocation)\AppXManifest.xml”}
(按下Enter键)
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
(按下Enter键)
完成后重启电脑。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。