Windows Security Dashboard not opening in Windows 10 and 11

Windows Security Dashboard not opening in Windows 10 and 11

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

This article 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"

5) run get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage



    • Related Articles

    • Windows Temporary User Profile (TEMP) Issue

      A User Profile is a collection of settings and data of a user account. It is stored in the user's C:\Users\<user name> profile folder. Temporary User Profile: A temporary profile is created each time that an error condition prevents the user's ...