最近有用戶反饋Win10系統中安全中心下各個選項都打不開,提示:需要使用新應用以打開此windowsdefender鏈接的問題,現給大家找到了解決方法,親測可用,有需要的朋友不要錯過。
操作步驟如下:
win11 菜單欄輸入 PowerShell 管理員啟動
windowsdefender鏈接解決方法" src="http://www.winwin7.com/uploadfile/2022/0419/20220419112046902.png" data-bd-imgshare-binded="1" style="margin: 0px auto; padding: 0px; list-style: none; border: 0px; max-height: 1500px; max-width: 800px; display: block;" width="600" height="387" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/>
管理員權限打開PowerShell,依次執行如下3個命令即可,中途出現部署失敗的紅色提示可以無視,整個過程幾分鐘:
一,在PowerShell窗口下 輸入 Set-ExecutionPolicy Unrestricted (建議復制改代碼)選 Y 回車
Set-ExecutionPolicy Unrestricted
二,再次輸入代碼
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
建議復制并回車 改過程較長可能會有2-3分鐘 出現報錯等信息忽略即可
三,最后輸入代碼 Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
建議復制并回車 完成之后,就可以打開安全中心了
|