Post

The service did not respond to the start or control request in a timely fashion

Microsoft Windows Service Control Manager is a mechanism that controls the states of Windows services or Apps (starting, stopping, pausing). However, certain configurations, technical limitations, missing DLL files , or performance issues are subject to a timeout that forces them to cancel and shut down. this time By default, it is 30,000 milliseconds (30 seconds). If the service you are trying to start takes too long to respond, the job will be (kill) cancelled. and it will return the Error "Error 1053: The service did not respond to the start or control request in a timely fashion".
Let's get rid of this problem with "Regedit".

&

Microsoft Windows Service Control Manager, Windows uygulama ve hizmetlerin (başlatılması, durdurulması, duraklatılması) durumlarını denetleyen bir mekanizmadır. Ancak, belirli yapılandırmalar, eksik DLL dosyaları, teknik kısıtlamalar veya performans sorunları, onları iptal etmeye ve kapanmaya zorlayan bir zaman aşımı süresine tabidir. bu süre Varsayılan olarak, 30.000 milisaniye (30 saniye) dir. Başlatmaya çalıştığınız hizmetin yanıt vermesi çok daha uzun sürerse, iş (kill)iptal edilecektir. ve "Error 1053: The service did not respond to the start or control request in a timely fashion" Hatasını döndürecektir.
gelin bu sorundan "Regedit" sayesinde kurtulalım.

Open New > DWORD (32bit) Value and create new key. Name the key "ServicesPipeTimeout" and set the value to (300000). If you have the value, set it to (300000).

New > DWORD (32bit) Value öğesini açıp yeni anahtar oluşturun. Anahtarı "ServicesPipeTimeout" olarak adlandırın ve değeri (300000) olarak ayarlayın. Eğer değer sizde mevcutsa bunu (300000) olarak düzenleyin.

Reg:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\
ServicesPipeTimeOut

Add: ServicesPipeTimeOut 300000 (5 minute)
or Edit: ServicesPipeTimeOut 300000 (5 minute)

Saygılarımla – Best Regards

This post is licensed under CC BY 4.0 by the author.