Share via

Windows 10 RunDLL startup message There was a problem starting C:\Program The specified module could not be found.

Anonymous
2018-02-02T14:52:32+00:00

I think I have a simple problem.  I am operating Windows 10 Pro and I keep getting the RunDLL startup message 

There was a problem starting C:\Program

The specified module could not be found.

Can someone clue me in on how to fix.

Thank you in advance.

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

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-02-02T15:10:29+00:00

    This maybe an issue with a system file being corrupt.

    You can try a couple things.

    Right click your start button and select Command prompt (Admin) to bring up elevated Command prompt.

    In Command prompt type sfc /scannow and press enter.

    Restart the computer.

    If that doesn't work then try this,

    Right click your start button and select Command prompt (Admin) to bring up elevated Command prompt.

    In the Administrator: Command Prompt window, type the following commands.

    Press Enter key after each command:

    DISM.exe /Online /Cleanup-image /Scanhealth

    DISM.exe /Online /Cleanup-image /Restorehealth

    Important: When you run this command, DISM uses Windows Update to provide the files that are required to fix corruptions.

    To close the Administrator: Command prompt window, type Exit, and then press Enter.

    Restart your computer.

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-02-03T00:54:23+00:00

    Press Windows key + R

    Type: msconfig

    Hit Enter

    Go to the services tab

    Check the box, hide all Microsoft services

    Disable the remaining services

    Click Apply then OK

    Restart if prompted

    If that does not work...

    Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    Type in at the prompt OR Copy and Paste these one at a time : (Hit enter after each)

    Dism /Online /Cleanup-Image /CheckHealth

    Dism /Online /Cleanup-Image /ScanHealth

    Dism /Online /Cleanup-Image /RestoreHealth

    Also run the System File Checker utility:

    Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    At the Command Prompt, type: sfc/scannow

    This will check for any integrity violations

    Restart your system

    If that does not work, try performing a repair upgrade...

    http://answers.microsoft.com/en-us/insider/wiki...

    0 comments No comments