".dll is either not designed to run on windows or it contains an error"

Anonymous
2025-03-22T22:03:36+00:00

When I log into my computer I am greeted with a black screen and the error message above. After looking up how to fix the error I realized that people can navigate their computer which I cant all I can do is go into recovery state and into bios as well sometimes when I log in my Wallpaper Engine is open. I've tried resetting my computer fully but it messes up very early in the process.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

54 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-24T17:19:56+00:00

    I copied the file.

    Was this answer helpful?

    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Ramesh Srinivasan 88,095 Reputation points Independent Advisor
    2025-03-24T17:12:16+00:00

    Unfortunately, you missed the 2nd command. And the 3rd command had a typo.

    Run:

    cd /d "E:\windows\winsxs\amd64_microsoft-windows-sfc_31bf3856ad364e35_10.0.19041.4355_none_1befe316116bdc0f"
    
    copy /y sfc.dll E:\Windows\System32\
    

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-03-24T17:09:57+00:00

    I ran chkdsk and it went fine but at the end of it it says it ran inti an error.

    I tried del and copy commands as well and got this.

    Was this answer helpful?

    0 comments No comments
  5. Ramesh Srinivasan 88,095 Reputation points Independent Advisor
    2025-03-24T02:57:50+00:00

    That's strange because the file is there, per your 1st screenshot.

    https://filestore.community.support.microsoft.c...

    Running chkdsk is a good idea.

    chkdsk e: /r
    
    del /a E:\Windows\System32\sfc.dll
    
    cd /d "E:\windows\winsxs\amd64_microsoft-windows-sfc_31bf3856ad364e35_10.0.19041.4355_none_1befe316116bdc0f"
    
    copy /y sfc.dll E:\Windows\System32\
    

    Was this answer helpful?

    0 comments No comments