Forum Discussion
Windows Security wont open Windows 11
Hello, I am currently on Windows 11 and cant open windows secuity. I have heard that it is because of a faulty update from Microsoft. When I look up solutions, I see that the fix is putting Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage in powershell. When I do this however, I get this error
Reset-AppxPackage : Package was not found.
Windows cannot remove Microsoft.SecHealthUI_1000.22000.1.0_neutral__8wekyb3d8bbwe because the current user does not
have that package installed. Use Get-AppxPackage to see the list of packages installed.
At line:1 char:51
+ Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Reset-AppxPackage], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Comman
ds.ResetAppxPackageCommand
This happens even when I am in admin mode. Anyone else getting this problem?
5 Replies
- Reza_AmeriSilver ContributorWhat happens when you click on the Windows Security?
Is there any error message?- Star_Wars_PorgCopper Contributor
When I try to open it in the start or search menu nothing happens. When I open it by the Settings app I get this error:
- Reza_AmeriSilver Contributor
Thank you for sharing the screenshot.
Try open start and search for feedback and open the Feedback Hub app and report this issue.
Try open start and search for cmd or Command prompt and right click and run it as administrator and then type the following command:sfc /scannow
Press enter and let it runs.