2021-08-31 10:55:29
编辑:小尘
来源:CSDN
阅读:93
无论是从菜单打开安全中心还是从设置打开安全中心,都会弹出提示“需要使用新应用以打开此 windowsdefender”,win11更新之后好像都会出现这个问题,下面这篇文章将详细介绍win11安全中心无法打开解决办法,快来看看吧!
推荐:win11怎么注销
1、使用快捷键win+x,打开Windows PowerShell管理员。
2、打开管理员窗口后,输入以下四行代码,回车。
$BasePath = Get-Content .\appx.list
$BasePath | % {$Path = $($_).Trim() Add-AppxPackage -Register -DisableDevelopmentMode "$Path\AppXManifest.xml"}
Get-AppxPackage | Select InstallLocation | Out-file appx.list
Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
win11安全中心无法打开怎么办
2021-08-31 10:55:29
编辑:小尘
来源:CSDN
阅读:93
无论是从菜单打开安全中心还是从设置打开安全中心,都会弹出提示“需要使用新应用以打开此 windowsdefender”,win11更新之后好像都会出现这个问题,下面这篇文章将详细介绍win11安全中心无法打开解决办法,快来看看吧!
推荐:win11怎么注销
操作方法
1、使用快捷键win+x,打开Windows PowerShell管理员。
2、打开管理员窗口后,输入以下四行代码,回车。
$BasePath = Get-Content .\appx.list
$BasePath | % {$Path = $($_).Trim() Add-AppxPackage -Register -DisableDevelopmentMode "$Path\AppXManifest.xml"}
Get-AppxPackage | Select InstallLocation | Out-file appx.list
Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"