Share via

Windows Security

Anonymous
2022-04-13T12:52:48+00:00

Hi there,

I'm having trouble opening windows security on Windows 11. When i go into hidden icons, and try to open Windows Security, it simply says "Check the Store for more info about Windows Security." and when I follow the hyperlink on the issue, it leads me to a dead end. I've tried going into settings to try and repair and reset it in apps and security with no avail. Any help?

Thanks.

Windows for home | Windows 11 | Security and privacy

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

6 answers

Sort by: Most helpful
  1. _AW_ 67,926 Reputation points Volunteer Moderator
    2022-04-14T01:17:51+00:00

    Hi Stefan , please do not persist in trying to run that first powershell command as advised by the advisor. That command does not work in Windows 11.

    As you have discovered the path C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml

    does not exist.

    Try the following command from an admin Powershell:

    Get-AppxPackage *SecHealthUI* -allusers | % {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
    

    If that doesn't work, you may need to run a repair installation.

    Download the ISO at the link below:

    https://www.microsoft.com/software-download/windows11

    To start the repair, right click on the ISO image and select Mount

    Then run Setup.exe

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-04-13T13:37:09+00:00

    Hi there,

    The first command I put into PowerShell threw up an error saying the path doesn't exist. The second command did something, but after restarting my computer the issue still occurred.

    Any advice?

    Thanks in advance.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-04-13T13:53:37+00:00

    Hi there,

    I've run it as admin, but it still throws an error up, saying that it cannot find the path in the command. I've still tried restarting afterwards, but it still wont work.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-04-13T13:43:23+00:00

    Hi StefanAmon-Rycroft-

    Thank you for keeping me posted. Have you run the powershell with administrator privilege's?

    Search for Powershell in startmenu.

    Right click on it then run as administrator.

    Copy and paste the command on the first comment.

    Restart the computer and check it again.

    Please let me know what will happen. Hope this will help and have a blessed day!

    Thanks,

    Kevin B.

    Independent Advisor

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-04-13T13:24:06+00:00

    Hi StefanAmon-Rycroft-

    I'm Kevin B. Windows user like you. I do apologize for the inconvenience, let me help you sort things out.

    Kindly open Powershell (admin)

    Copy and paste this command:

    Add-AppxPackage -Register –DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"

    Hit enter and wait for it to finish. Restart the computer and try it again.

    If issue persists, try this command:

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

    Hit enter and wait for it to finish. Restart the computer then check it again.

    Please let me know what will happen. Hope this will help and have a blessed day!

    Thanks,

    Kevin B.

    Independent Advisor

    Was this answer helpful?

    0 comments No comments