文章詳情頁
Win11怎么打開Windows安全中心Windows Defender
瀏覽:77日期:2022-06-20 14:50:47
Win11怎么打開Windows安全中心Windows Defender?無論從開始菜單還是設置中打開安全中心都會提示“需要使用新應用以打開此 windowsdefender”鏈接(這好像是更新到Win11都會出現的問題)。
解決方法:管理員權限打開PowerShell,依次執行如下3個命令即可,中途出現部署失敗的紅色提示可以無視,整個過程幾分鐘
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
完成后即可繼續使用Windows安全中心了
相關文章:
排行榜