Ticker

6/recent/ticker-posts

Advertisement

Event id 1053 service did not respond

Error 1053 service did not respond




Error 1053: The service did not respond to the start or control request in a timely fashion.

When you start a service on windows computer the windows service communicates with the Service Control Manager how long the service must have to start (the time-out period for the service). in this process If the Service Control Manager does not receive a "service started" notice from the service within this time-out period, the Service Control Manager terminates the process that hosts the service. By default a service has 30000 milliseconds (30 seconds) to respond to the Service Control Manager which controls the states of installed services on windows operating system. for resolve the issue use the following steps.

1.Press windows key + r for Run .

2. When run open type regedit and press Enter.

3. When registry open Navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

4. Right-click on Control, choose New and create a DWORD Value.

5. Type name ServicesPipeTimeout and press Enter.

6. Double-click on the ServicesPipeTimeout and select Decimal.

7. In the value data Type 60000 milliseconds (60 seconds) as the value of timeout period and click OK.

8. Restart the computer. 

Note:- If you change in registry in that case you need to restart the computer for effect the change.


Post a Comment

0 Comments