Windows Security

Copper Contributor

So yeah, i just formatted and installed windows 11, i tried to open Windows Security but it wouldn't boot up, i watched a youtube video which said to open Powershell as an administrator and paste -"Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage" When i entered it said "Get-AppxPackage : Access is denied.
Access is denied.
At line:1 char:1
+ Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetApp
xPackageCommand" Can someone help?

1 Reply
Try open Command prompt as administrator and then type the following command:

sfc /scannow

Press enter and let it runs and see what the result is?