3

I'm getting the warning that a service or driver failed to start, check the event log, but when I do, I can't find any error or warning events on any of the logs ?

Is there some way to work out what is causing the error?

SteveC
  • 271
  • 3
  • 8
  • 21
  • What OS?... and are you sure is the system telling you this, and not some program? Check your registry settings (HKLM>Software>Microsoft>windows>Currentbla>run) and (HKCU>...same...) or the startup folder. – l0c0b0x Jan 08 '10 at 22:55

1 Answers1

2

What OS are you running? What's installed on the server? Many times, a backup program that has been uninstalled will leave a file system driver behind, or a packet capture program will leave a network layer protocol driver behind. Take a look in Device Manager at Hidden Devices and see if anything shows up with an exclamation point. If you see any then that's probably the remnant of some program that's been uninstalled but left it's drivers behind. These should be safe to disable or uninstall.

joeqwerty
  • 109,901
  • 6
  • 81
  • 172