"You'll need a new app to open this windowsdefender link" fix

Anonymous
2022-02-09T15:04:00+00:00

Hi this post is to help people with windows 10 and 11 windows security not working

On windows 11 do this

  1. launch powershell as an admin
  2. Set-ExecutionPolicy Unrestricted
  3. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  4. Set-ExecutionPolicy restricted

IGNORE THE ERRORS

on windows 10 do this

  1. launch powershell as an admin}
  2. run get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
  3. if it doesn't work do this
    4) run Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
  4. run get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

98 answers

Sort by: Newest
  1. Anonymous
    2022-05-15T18:06:36+00:00

    Worked well for me. It takes time to complete... patiently wait until the command line prompt C:\WINDOWS\system32> is displayed.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-05-12T03:54:05+00:00

    Thank you! This did the trick for me! FWIW, I was logged in as an administrator user and ran in an admin command prompt.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-05-12T03:00:50+00:00

    I had to reinstall Win 11 Pro to fix the issue.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-05-11T12:56:12+00:00

    Can anyone confirm that this fixes secondary accounts (non-admin)? I'm having no luck getting it fixed. The funny part is, after yesterday's updates for Win 11, the orange notification has turned green again, but it still gives the same message that WindowsDefender is missing.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2022-05-11T03:00:36+00:00

    Thank you, no idea why it bugged for me, but this fixed it right away!

    Was this answer helpful?

    0 comments No comments