Share via

How to fix securityhealth\10.0.29510.1001-0\securityhealthsso.dll error

Daniel 15 Reputation points
2026-02-13T13:04:00.9933333+00:00

I had a few system crashes tweaking my RAM on a new computer, and ended up with this error code appearing at each system restart now...

C:\Windows\System32\SecurityHealth\10.0.29510.1001-0\SecurityHealthSSO.dll is either not designed to run on windows or it contains an error.

It ends with Error Status 0xc000012f

I did a search online, and tried methods to correct, but it seems that I need a copy of the file to replace the corrupted version. Can anyone provide a copy with instructions to replace?

Thank you!

Windows for home | Windows 11 | Security and privacy

6 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 81,185 Reputation points Independent Advisor
    2026-02-14T10:30:28.8966667+00:00

    After completing the earlier steps, please run the following file:

    C:\Windows\System32\SecurityHealth\10.0.29510.1001-0\Microsoft.SecHealthUI_8wekyb3d8bbwe.appx
    

    Click "Reinstall".

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. Ramesh Srinivasan 81,185 Reputation points Independent Advisor
    2026-02-14T09:23:27.7766667+00:00

    From PowerShell admin, please run these commands to check the status of the Microsoft Defender services:

    Start-Service -Name windefend, securityhealthservice, wscsvc -Verbose
    
    gsv windefend, securityhealthservice, wscsvc | select Name, StartType, Status | ft -auto
    

    Post the output.

    Was this answer helpful?


  3. Ramesh Srinivasan 81,185 Reputation points Independent Advisor
    2026-02-14T07:17:16.7+00:00

    Hi Daniel,

    Please open securityhealthsetup_b0f4702a05e43a3f7389ee3ff73a37084bd8267c.exe using 7-Zip, and explore the .rsrc\RCDATA\ folder in the archive.

    Copy SecurityHealthSSO.dll to the desktop.

    Open Command Prompt admin and run these commands:

    cd /d C:\Windows\System32\SecurityHealth\10.0.29510.1001-0
    
    takeown /f SecurityHealthSSO.dll /a
    
    icacls SecurityHealthSSO.dll /grant *S-1-5-32-544:(F)
    

    Now, copy SecurityHealthSSO.dll from your desktop to the following C:\Windows\System32\SecurityHealth\10.0.29510.1001-0 folder. Overwrite target file when prompted.

    Was this answer helpful?


  4. Ramesh Srinivasan 81,185 Reputation points Independent Advisor
    2026-02-13T13:40:22.7233333+00:00

    Hi, This is Ramesh.

    Please download the Windows Security Platform update installer from the Microsoft link below:

    https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/defu/2026/01/securityhealthsetup_b0f4702a05e43a3f7389ee3ff73a37084bd8267c.exe
    

    Save it to the desktop.

    Right-click on the file and choose Run as administrator.

    Restart Windows.

    Let me know if that solves the issue. If it doesn't, we need to manually extract the DLL.

    Was this answer helpful?


  5. AI answer

    2026-02-13T13:04:10.7933333+00:00

    To fix the error related to securityhealthsso.dll, you can follow these steps:

    1. Run System File Checker (SFC): This tool can help repair missing or corrupted system files. Open an elevated Command Prompt and run the following command:
         sfc /scannow
      
      This will scan your system for issues and attempt to repair them.
    2. Use DISM Tool: If SFC does not resolve the issue, you can use the Deployment Imaging Service and Management Tool (DISM) to repair the Windows image. Run the following commands in an elevated Command Prompt:
         dism /online /cleanup-image /restorehealth
         sfc /scannow
      
      This will check for any issues with the Windows image and repair them.
    3. Check for Windows Updates: Ensure your system is fully updated, as updates can fix bugs and security issues. Go to Settings > Update & Security > Windows Update and check for updates.
    4. Reinstall Windows Security: If the problem persists, you may need to reinstall the Windows Security app. You can do this through the Settings > Apps > Apps & features section.
    5. Replace the DLL File: If you still need a copy of the securityhealthsso.dll file, you can try to find it from another working Windows installation with the same version. Copy the file to the same location on your system. Make sure to back up the existing file before replacing it.
    6. Contact Microsoft Support: If none of the above steps work, consider reaching out to Microsoft Support for further assistance.

    Warning: Avoid downloading DLL files from untrusted sources, as they may contain malware or cause further issues.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.