Forum Discussion
JianYu
Sep 02, 2021Brass Contributor
Windows 11's Windows Security App can't open.
Alright guys, just now I'm trying to disable the Windows defender but I found out that I can't even open the Windows Security App. Anyone knows what's going on? Any solution? I'm looking for help. ...
- Sep 02, 2021
Hello,Suggest try the following steps:
- Open PowerShell by using Administrator rights
- Copy and paste Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage to the PowerShell window and press enter
- Close the PowerShell and retry
Little_Joe
Mar 09, 2022Bronze Contributor
Try the following if the previously does not works for you:
Get-AppxPackage -allusers *SecHealthUI* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Get-AppxPackage -allusers *SecHealthUI* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
harsh790
Dec 18, 2023Copper Contributor
Little_Joe i tried all you said but my windows security page open but didnt show anythig on it.
- C0N5UM3RDec 18, 2023Copper Contributor
I've actually managed to fix this issue with security not opening.
So after all of the trying to get it reset, repaired and troubleshooting.
My only option was to then do a cloud or local reset of you windows, I could not get mine fixed so it lead me to doing that in the end.
I don't recommend it as you will lose apps and programs that are installed on the drive with Windows on.(I did a local reset)
But it is working again now like there was no issue before.