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
CheekyCactus
May 30, 2022Copper Contributor
Thank you,
I checked out your link "https://www.thewindowsclub.com/windows-security-not-opening-or-working"
I did the first option "Reinstall using PowerShell Command" and it looked a little scary, but this method worked for me and fixed it...
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
jaypee5811
Aug 11, 2022Copper Contributor