Windows Security crashing

Duy Trần Thế 0 Reputation points
2023-10-30T10:15:53.5233333+00:00

I have an issue with Windows Security which really annoy me after reseting my laptop. Windows Security always close after I opened it. Here is my logs in Event ViewerUser's image

Here is my windows informations:

User's image

User's image

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
6,806 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Reza-Ameri 16,606 Reputation points
    2023-11-02T21:13:53.5533333+00:00

    Open start and search for cmd or Command prompt and run it as administrator and then type the following command:

    sfc /scannow

    Open start and search for PowerShell and right click and run it as administrator and then type the following command:

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

    Let it runs and see if this solve the problem.


  2. Duy Trần Thế 0 Reputation points
    2023-11-04T14:09:49.9966667+00:00

    Please help me this issue

    0 comments No comments

  3. Duy Trần Thế 0 Reputation points
    2023-11-09T05:06:48.27+00:00

    Please help me

    0 comments No comments

  4. James A. Metz (CJISD) (FBI) 1 Reputation point
    2023-11-13T01:31:35.3466667+00:00

    When having issues with my laptop, I've had success using the following commands from an elevated CMD. You might want to try these and determine if this remedies your issues. Hope this helps you.

    Sfc /scannow

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    0 comments No comments