需要使用新应用以打开此windowsdefender链接

时间:2026-02-13 21:40:29

1、以管理员身份打开“Windows PowerShell”

需要使用新应用以打开此windowsdefender链接

2、以管理员身份在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"

效果图如下:

需要使用新应用以打开此windowsdefender链接

3、可以查看是否可以打开了

ok,打开成功

需要使用新应用以打开此windowsdefender链接

© 2026 五度知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com