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
Sep 02, 2021Bronze Contributor
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
col123
Jun 30, 2022Copper Contributor
Worked, thanks legend!
For those that misread like me the first time ... copy and paste .....
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
- Little_JoeJun 30, 2022Bronze Contributor