Windows 10: C:\Windows\System32\SecurityHealth is empty

Discus and support C:\Windows\System32\SecurityHealth is empty in Windows 10 Gaming to solve the problem; C:\Windows\System32\SecurityHealth is empty, is this normal?I can open Windows Defender normally and I don't see any errorsBut many other users have... Discussion in 'Windows 10 Gaming' started by PixelNomad, Nov 9, 2024.

  1. C:\Windows\System32\SecurityHealth is empty


    C:\Windows\System32\SecurityHealth is empty, is this normal?I can open Windows Defender normally and I don't see any errorsBut many other users have reported that if the SecurityHealth folder is empty, Defender doesn't work properly...I'm worried, please let me know if you know anything about thisThank you

    :)
     
    PixelNomad, Nov 9, 2024
    #1

  2. I keep getting an error at start up SecurityHealthSystray \\?\C:\windows\system32\securityHealth\1.0.2303.28002\securityHealthSSO.dll.

    Download the fresh copy of SecurityHealthSSO.dll from my OneDrive link.

    The file version and hash info are given below:

    Copy the above file to a folder named "C:\Files\"

    Open an admin Command Prompt and run:

    • takeown /f c:\windows\system32\securityHealth\1.0.2303.28002-0\SecurityHealthSSO.dll /a
    • ICACLS c:\windows\system32\securityHealth\1.0.2303.28002-0\SecurityHealthSSO.dll /grant administrators:F
    • copy C:\Files\SecurityHealthSSO.dll c:\windows\system32\securityHealth\1.0.2303.28002-0\
    (Press Y when prompted to overwrite the file)
     
    Ramesh Srinivasan, Nov 9, 2024
    #2
  3. CSRSS @ c/i386

    Tried Nod32.. no help. Will try kaspersky. Will try Norton Corporate Edition Anti-Virus. thanks for suggestion.
     
    HiddenStupid, Nov 9, 2024
    #3
  4. C:\Windows\System32\SecurityHealth is empty

    Windows Security UI Won't Open, is empty in settings, and Windows Security Service won't start.

    Thank you for the suggestion. I have performed all of the steps from that guide and rebooted, and the issue persists.
    The C:\Windows\System32\SecurityHealth folder was already present.
     
    Hunter Diederichs, Nov 9, 2024
    #4
Thema:

C:\Windows\System32\SecurityHealth is empty

Loading...
  1. C:\Windows\System32\SecurityHealth is empty - Similar Threads - WindowsSystem32SecurityHealth empty

  2. HKLM\SECURITY is empty

    in Windows 10 Gaming
    HKLM\SECURITY is empty: Can someone tell me what are default keys and which of them must be ? https://answers.microsoft.com/en-us/windows/forum/all/hklmsecurity-is-empty/44804ce2-6c79-413e-ad4b-b51e550ce254
  3. HKLM\SECURITY is empty

    in Windows 10 Software and Apps
    HKLM\SECURITY is empty: Can someone tell me what are default keys and which of them must be ? https://answers.microsoft.com/en-us/windows/forum/all/hklmsecurity-is-empty/44804ce2-6c79-413e-ad4b-b51e550ce254
  4. HKLM\SECURITY is empty

    in Windows 10 Customization
    HKLM\SECURITY is empty: Can someone tell me what are default keys and which of them must be ? https://answers.microsoft.com/en-us/windows/forum/all/hklmsecurity-is-empty/44804ce2-6c79-413e-ad4b-b51e550ce254
  5. How to reset windows 11 if user account is empty

    in Windows 10 Gaming
    How to reset windows 11 if user account is empty: Reset windows 11 https://answers.microsoft.com/en-us/windows/forum/all/how-to-reset-windows-11-if-user-account-is-empty/fd43552c-6432-4b57-9eec-4564645344de
  6. Why after opening the downloaded file is the Microsoft Store window empty?

    in Windows 10 Gaming
    Why after opening the downloaded file is the Microsoft Store window empty?: I have tried several times and also in other browsers. https://answers.microsoft.com/en-us/windows/forum/all/why-after-opening-the-downloaded-file-is-the/45bc0dd6-7059-43a7-9b5f-8dd3a648504f
  7. Why after opening the downloaded file is the Microsoft Store window empty?

    in Windows 10 Software and Apps
    Why after opening the downloaded file is the Microsoft Store window empty?: I have tried several times and also in other browsers. https://answers.microsoft.com/en-us/windows/forum/all/why-after-opening-the-downloaded-file-is-the/45bc0dd6-7059-43a7-9b5f-8dd3a648504f
  8. Empty Windows Update page

    in Windows 10 Gaming
    Empty Windows Update page: Been using Windows 11 for a year now, and I always ignore the reminders to update. Now, the Windows update section is blank and empty. How can I fix this? https://answers.microsoft.com/en-us/windows/forum/all/empty-windows-update-page/b7a7ea56-f11e-4d94-aa6b-593e7acf668b
  9. Empty Windows Update page

    in Windows 10 Software and Apps
    Empty Windows Update page: Been using Windows 11 for a year now, and I always ignore the reminders to update. Now, the Windows update section is blank and empty. How can I fix this? https://answers.microsoft.com/en-us/windows/forum/all/empty-windows-update-page/b7a7ea56-f11e-4d94-aa6b-593e7acf668b
  10. Start program from batch file. Why does it open an "empty" window?

    in Windows 10 Software and Apps
    Start program from batch file. Why does it open an "empty" window?: Have a batch file that opens Microsoft Money with it's data file on H:/Money.Why does the batch file open the lower window when it executes?The batch file is pretty simple::@ECHO OFF "C:\Program Files x86\Microsoft Money Plus\MNYCoreFiles\MSMoney.exe" "H:Money\D&KWebb.mny"...