InterviewSolution
Saved Bookmarks
| 1. |
Solve : At least one service or driver failed during system startup? |
|
Answer» Hi At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details. I have got lengthy Event Viewer (SPECIALLY for Applications and System but not DNS Server) therefore I did not post them Thanks I can upload Event Viewer if needed I get those messages on sql servers and domain controllers when I reboot them. It never really amounts to anything on my servers. What service does it say is not starting up?You get those when a service ran out of time to start. It happens a lot with helper services not starting in time when the machine is booting. Just GO though the list of your services and manually start the one that didn't start. |
|