«

win10报错:需要使用新应用以打开此windowsdefender链接

匿名用户 发布于 阅读:126 Windows


可能是windowsdefender程序出现了错误,可以使用Powershell命令进行修复。
以下指令复制粘贴进 管理员模式下的Powershell窗口执行后解决。
以下命令执行后忽略报错显示

$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"

再试试应该已经可以打开了。

defender 需要 打开此链接 win10