Can't start the windows update service

Marshal 1 Reputation point
2022-08-25T13:52:09.573+00:00

234838-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87-20220825214913.png

it's show the error can't find the moudle and 0x8007007e
the os is windows 11

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Marshal 1 Reputation point
    2022-08-25T13:52:41.727+00:00

    C:\Users\Administrator>sc qc wuauserv
    [SC] QueryServiceConfig 成功

    SERVICE_NAME: wuauserv
    TYPE : 20 WIN32_SHARE_PROCESS
    START_TYPE : 2 AUTO_START
    ERROR_CONTROL : 1 NORMAL
    BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs
    LOAD_ORDER_GROUP :
    TAG : 0
    DISPLAY_NAME : Windows 更新
    DEPENDENCIES : rpcss
    SERVICE_START_NAME : LocalSystem

    C:\Users\Administrator>sc query wuauserv

    SERVICE_NAME: wuauserv
    TYPE : 30 WIN32
    STATE : 1 STOPPED
    WIN32_EXIT_CODE : 2147942526 (0x8007007e)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0

    0 comments No comments

  2. Jens Stevens 21 Reputation points
    2022-08-25T16:48:11.02+00:00

    Hello Marshal,

    Try cmd: chkdsk /f /x
    then restart your computer, worked for me.

    greetings

    0 comments No comments

  3. Limitless Technology 39,931 Reputation points
    2022-08-31T07:47:47.023+00:00

    Hello there,

    I would suggest you following methods and check if it works:

    Method 1:

    Go to start , search and type:- cmd, right click on cmd.exe and select "run as administrator" at the command prompt type:-

    net localgroup Administrators /add networkservice
    press enter then type:
    net localgroup Administrators /add localservice
    press enter then type:
    exit
    press enter and restart your computer

    Open services and make sure the service is started.

    Method 2: Run the System File Checker tool (SFC.exe) and check.

    Follow the steps from this link: http://support.microsoft.com/kb/929833

    -----------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.