Solve Service Control Manager Error
I was searching something in the event viewer of windows for some error logs and found that there were many entries of Service Control Manager Error at regular intervals. I had no idea from where it came but this is how I managed to fix the problem.
What is Service Control Manager?
First of all let us know what is this manager and what function does it perform. The Windows Service Control Manager (SCM) is a remote procedure call (RPC) server that manages creating, deleting, starting and stopping of Windows services.
It is started at system boot and is RPC based so that service configuration and service control programs can manipulate services on remote machines. More info at Wiki
Steps to solve the problem:
1. Open registry editor.
2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENS. Backup this key before performing following steps (right click and select export).
3. SENS is the System Event Notification Service.
4. Here you will find one of the key as “DependOnService”. Since you are facing the error message, the value should read only “EventSystem”.
5. If the value of this key is only “EventSystem” then delete this key else leave it alone.
6. Deleting and rebooting will solve the problem.
You May Also Like to Read
- [Solved] The Windows Installer Service could not be accessed
- Solve svchost.exe Application Error in Internet Explorer
- Detect and Find Windows Services Running in the Background
- [Solved] Error 1606: Could not access network location 0\
- [Solved] Generic Host Error for Win32 Problem
- Microsoft Releases Windows Vista Service Pack 2
- Free Task Manager Replacement Tools
- Free Portable Windows Drive Manager
- Free Extended Task Manager for Windows
- Process Information: What is wmiprvse.exe?





Leave a Reply