Need to use a new application to open the windowsdefender link

Please discuss some frequently asked questions here!
Post Reply
User avatar
admin
Site Admin
Site Admin
Posts: 2030
Joined: Mon Mar 16, 2020 9:11 am
Has thanked: 77 times
Been thanked: 42 times

Need to use a new application to open the windowsdefender link

Post by admin »

In the 1909 system, you may encounter errors reported by the Security Center. When you open the Windows Security Center, the message "Need to use a new application to open this windows defender link." This indicates that the Windows security application is damaged, so the link is not working properly. Of course, there is no application in the Microsoft Store that can handle this application. If you are also a victim of this issue, please try the suggestions mentioned below and see if they help.
This-WindowsDefender.png
This-WindowsDefender.png (11.58 KiB) Viewed 2052 times
1. Right-click Start Button or press Win + X keys and select Windows PowerShell (Admin).

2. In administrative Windows PowerShell window, type/paste following and press Enter key:
The first sentence: $BasePath = Get-Content .\appx.list (don’t care about errors)




Second sentence: $BasePath |% {$Path = $($_).Trim() Add-AppxPackage -Register -DisableDevelopmentMode "$Path\AppXManifest.xml"}




The third sentence: Get-AppxPackage | Select InstallLocation | Out-file appx.list




Fourth sentence: Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
Press the "enter" button for each sentence


Execute the code, and you will see the deployment progress. Once the execution is complete, you can close Windows PowerShell. Now try to open Windows Security / Defender. This time it should work normally.
Thanks for joining the forum fans, we will become friends here. Any suggestions about the forum I am open to hearing.
Post Reply

Return to “FAQ”