How to fix "error 1053" from starting services

spenw 0 Reputation points
2023-10-12T23:08:11.3733333+00:00

so this is the error im getting, and with this, i cant update windows or download any apps from the microsoft store, please help, i really dont wanna reset my pc, thanks for any help :)

windows 10: version 10.0.19045 build 19045

cpu: 5600x

gpu 3060ti

ram: 32 gigs

base: 64x

mother board: pro b550-p gen3

storage: 288gb out of 930gigs (1t)

(sorry if these specs dont help, please ask if u need any other info from me, thanks!)

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,788 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lei Tao (Shanghai Wicresoft Co Ltd) 235 Reputation points Microsoft Vendor
    2023-11-01T02:16:59.41+00:00

    Hi @spenw

    Error 1053 usually means that a Windows service fails to start within a specified amount of time. Here are some steps you can try to fix this error:

    1. Open the Services console. It can be opened by pressing the "Windows key + R" key combination, typing "services.msc" and pressing the "Enter" key.
    2. Find the service where the error occurred, right-click on it and select Properties.
    3. In the Properties window, click the Login tab.
    4. Make sure the "This Account" option is selected and enter the username and password for the account with administrator privileges.
    5. Click the Apply button, and then click the OK button.
    6. Restart your computer and check if the service has started successfully.

    If the above steps can't resolve the issue, try the following steps:

    1. Open the Services console.
    2. Find the service where the error occurred, right-click on it and select Properties.
    3. In the Properties window, click the Dependencies tab.
    4. Make sure that all dependent services are started.
    5. Restart your computer and check if the service has started successfully.

    If the problem still persists, try uninstalling and reinstalling the service.

    Hope it helps.

    Kind regards,

    Lei

    2 people found this answer helpful.

  2. S.Sengupta 15,756 Reputation points MVP
    2023-10-12T23:40:47.0966667+00:00

    Open Command Prompt as Admin and type the following commands and hit the Enter key after each command:

    sfc /scannow

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    ===================

    Reset the Winsock Data:

    Open Command Prompt and select Run as administrator.

    In the elevated command prompt, type the following commands in order and hit Enter after each one.

    netsh winsock reset

    ipconfig /renew