Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Fix: You Need a New App to Open Windows Defender Link

Madalina DinitaApril 22, 2022 Comments (10)
You-need-a-new-app-to-open-windowsdefender-link

When you try to launch Windows Security, you may sometimes get a strange alert that says you need a new app to open the Windows Defender link. This issue can affect both Windows 10 and Windows 11 users. Try restarting your computer and check if that changes anything. If the alert persists, follow the troubleshooting steps below.

Contents

  • 1 My PC Says I Need a New App to Open Windows Defender Link
    • 1.1 Reset Windows Security
    • 1.2 Register All AppX Packages
    • 1.3 Disable or Uninstall Third-Party Antivirus Tools
    • 1.4 Check for Updates
    • 1.5 Conclusion

My PC Says I Need a New App to Open Windows Defender Link

You-Need-a-New-App-to-Open-This-WindowsDefender-Link

Reset Windows Security

Try resetting the Windows Security app and check if this quick solution solves the problem.

Launch Powershell with administrator rights and run the following command:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

Then, restart your machine, go to Windows Security, and check if you’re still getting the same alert.

Register All AppX Packages

Use PowerShell to register all AppX packages. The commands to use may vary depending on your Windows version.

If you’re running Windows 11, launch PowerShell as an admin and run the commands below one by one:

  • Set-ExecutionPolicy Unrestricted
  • Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  • Set-ExecutionPolicy restricted

If you’re running Windows 10, you need to run the following commands:

  • Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
  • Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

Relaunch Windows Security and check the results. If you’re still getting the same prompt, restart your computer and try again.

Disable or Uninstall Third-Party Antivirus Tools

Running two antivirus programs on your machine will lead to software conflicts. Uninstall all third-party security tools. Make sure Windows Security is the only antivirus running on your machine.

Go to Control Panel, click on Uninstall a Program and remove third-party security programs. Restart your computer, and check if you can launch Windows Security.

Check for Updates

windows-11-check-for-updates

Make sure to update Windows Security and your OS to the latest version. Go to Settings, click on Windows Update, and click on Check for updates. Wait until your computer installs the latest updates, and then restart it.

Conclusion

If Windows says, you need a new app to open the WindowsDefender link, launch PowerShell and reset the Windows Security app. Make sure to install all the AppX packages as well. Additionally, remove third-party security programs and install the latest updates.

Did you manage to solve the problem and launch Windows Security? Let us know in the comments below.

Categories: Windows

Author Madalina Dinita

Madalina has been a Windows fan ever since she got her hands on her first Windows XP computer. She is interested in all things technology, especially emerging technologies -- AI and DNA computing in particular.

You Might Also Like

  • Windows 10 Header

    Windows Movie Maker: Add Audio to Video

    Mel HawthorneWindows
  • Adding Google Podcasts To Windows PC

    MonaWindows
  • Adjusting Privacy Settings in Windows 10

    MonaWindows
  • Fix-Windows-11-Remember-My-Apps-Greyed-Out

    How to Manage Sleep Settings in Windows 11

    Judy SanhzWindows

Comments

  1. Cameron says:
    January 10, 2023 at 12:01 pm

    so i found this

    add-appxpackage -disabledevelopmentmode -register ((Get-AppxPackage Microsoft.SecHealthUI -allusers).InstallLocation + ‘\AppxManifest.xml’)

    you need to run powershell as an administrator and enter it

    BUT, it gave me some error that said something along the lines of Microsoft.UI.Xaml.2.4 framework wasn’t found or something SOOO i went to this page: https://apps.microsoft.com/store/detail/microsoftuixaml24/9PB1PFTHHM15?hl=en-us&gl=us

    downloaded it from the microsoft store and THEN re-ran that command up there

    add-appxpackage -disabledevelopmentmode -register ((Get-AppxPackage Microsoft.SecHealthUI -allusers).InstallLocation + ‘\AppxManifest.xml’)

    and it worked! :) i can now access windows defender, hope this helps somebody!

  2. Damien says:
    June 27, 2022 at 4:13 pm

    Reset Windows Security option worked.
    Great help thank you

  3. Quentin Diaz says:
    June 14, 2022 at 12:19 pm

    THANK YOU SO MUCH!!

  4. Pete says:
    June 11, 2022 at 3:24 pm

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

    Worked great, many thanks for the fix.

  5. Angel says:
    June 10, 2022 at 12:47 pm

    Thank you, after a quick reastalling windows uptades in powershell it worked after a month of trying, good job!

  6. DF says:
    June 10, 2022 at 12:57 am

    Try removing the space between microsoft. and SecHealth

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

  7. Bradley says:
    June 9, 2022 at 12:00 am

    Yes, well done this fixed the issue I was having.
    Many thanks

  8. abdifatah says:
    June 4, 2022 at 6:07 am

    i have triying and its working
    thank you

  9. Stephen says:
    May 31, 2022 at 2:47 am

    Just gonna wipe my pc nothings working

  10. sable says:
    April 25, 2022 at 5:06 pm

    I’ve tried everything and still nothing

Leave a Reply

Your email address will not be published. Required fields are marked *

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

how to set video as screen saver

How to Set a Video as Your Screen Saver on Windows 11

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on April 22, 2022 by Judy Sanhz