HOW TO FIX ERROR 1053 ON WINDOWS – [THE SERVICE DID NOT RESPOND IN A TIMELY FASHION]
Error 1053: The service did not respond to the start or control request in a timely fashion.
click duh link, do it, i know you want to –
[LINKS]
[1] .Net Framework –
[INFO]
In today’s video, I will show you how to fix error 1053, which states that “The service did not respond to the start or control request in a timely fashion.” This video covers multiple solutions, but please note that some services may have separate or different solutions for their errors.
[TEXT GUIDE]
[Solution #1] – [Change Timeout Settings]
[1] Press Win + R to open Run, type “regedit” and hit enter.
[2] In the registry editor, locate the following path:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl
[2] Select the Control folder, check for the “ServicePipeTimeout” key. If there isnt one, right click the “control” folder, hover over new, and select “DWORD (32-bit) Value” and rename the key “ServicesPipeTimeout”
[3] double click the “ServicesPipeTimeout” key and change the value data to “180000” and click ok.
[4] exit the registry editor and restart your computer.
[Solution #2] – [Check for System File Corruptions]
[1] Open Command Prompt as an administrator and type the following command:
sfc /scannow
[2] If that doesn’t work, use the three following DISM commands separately:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
[3] Restart your computer and check the service.
[Solution #3] – [Check for Windows Updates]
[1] Open the search bar and search for “Check for updates,” and then open it.
[2] Once you’re on the Windows Update tab, simply click on “Check for updates” to scan for the latest updates. If there are any updates available, download and install them.
[Solution #4] – [Reset the winsock Data]
[1] Open Command Prompt as administrator.
[2] Type the following command and hit Enter:
netsh winsock reset
[3] Type the following command and hit Enter:
ipconfig /renew
[Solution #5] – [Check .NET Framework version]
[1] Press Win + R to open the Run window. Type “regedit” and click “OK.”
[2] This will open the registry editor. Copy and paste the following into the address bar at the top:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDP
[3] Select the “NDP” dropdown arrow to expand it. There should be a folder named “v4.” Expand that folder, and there should be a folder named “Client”
[5] Click on the folder named “Client” and a string named “Version” should be there.
[6] If the Version data isn’t there or is outdated, you’re going to want to go to the following website to download the latest .NET Framework:
[7] Install the latest framework, restart your computer, and the error should be fixed.
(Note: If you’re still having issues, just know that sometimes Error 1053 occurs because of the service itself.)
If you found the video helpful, dont forget to like, comment and subscribe it would really help the channel out alot, ill see you in the next one, thanks for watching.
#howto #windows10 #windows #error #fixed
[ad_2]
source