Error Message On Start Up

1

Up on Start Up I get the following Message:

C:\Users\CarolM\AppData\LocalConduit\BackgroundContainer\BackgroundContainer.dll
Specific module could not be found

What does this mean and how do I fix it?

Carol

Posted 2014-01-20T12:48:02.923

Reputation: 11

I believe solution to you problem has been already posted on Answers Microsoft site

– RobeN – 2014-01-20T12:53:28.697

Answers

0

Copied relevant part of the comment:

A RunDLL "Error loading... message usually occurs when the .dll file 
that was set to run at startup in the registry or as a scheduled task
has been deleted.

Windows is trying to load this file(s) but cannot locate it since the
file was mostly likely removed during an anti-virus or anti-malware
scan. However, an associated orphaned registry entry still remains
and is telling Windows to load the file when you boot. 

Since the file no longer exists, Windows will display an error message. 
You need to remove this registry entry so Windows stops searching for
the file when it loads. 

To resolvbe this, use software like auroruns. I guiess ccleaner will also solve it.

Hennes

Posted 2014-01-20T12:48:02.923

Reputation: 60 739