Results 1 to 6 of 6

Thread: Error 80070005 / service wuauserv

  1. #1
    Rainer Guest

    Error 80070005 / service wuauserv

    Hello,

    as many others I have problems updating Windows Update to v5:

    Error 0x80070005

    Followed to no success:
    http://support.microsoft.com/default...b;en-us;836926

    WindowsUpdate.log:
    ....
    Failed to stop service wuauserv due to 0x80070005
    Warning: Continuing even though wuauserv service could not be stopped:
    0x80070005
    ..... (next lines 6 times)
    OpenService failed with error 0x80070005
    WU client fail to create WU service with error 0x80070005
    Registration failed with error 0x80070005
    .....
    Failed to restart service wuauserv: 0x80070005
    Reboot is required to complete the installation
    InstallUpdatedBinaries failed with error 0x80070005
    InstallUpdatedBinaries failed with error:0x80070005
    UpdateClientWorker failed: error 0x80070005
    .....

    Any ideas?

    Rainer




  2. #2
    Kaylene aka Taurarian Guest

    Re: Error 80070005 / service wuauserv

    This error message may occur if you have insufficient permissions to the Windows
    Update registry keys. The WindowsUpdate.log file will also read errors
    0x80070005 and 0x80080005.
    http://v5.windowsupdate.microsoft.co....aspx?ln=en-us


    "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    news:A204B76F-2D14-4033-82AB-4D33A1CCDC65@microsoft.com...
    > Hello,
    >
    > as many others I have problems updating Windows Update to v5:
    >
    > Error 0x80070005
    >
    > Followed to no success:
    > http://support.microsoft.com/default...b;en-us;836926
    >
    > WindowsUpdate.log:
    > ...
    > Failed to stop service wuauserv due to 0x80070005
    > Warning: Continuing even though wuauserv service could not be stopped:
    > 0x80070005
    > .... (next lines 6 times)
    > OpenService failed with error 0x80070005
    > WU client fail to create WU service with error 0x80070005
    > Registration failed with error 0x80070005
    > ....
    > Failed to restart service wuauserv: 0x80070005
    > Reboot is required to complete the installation
    > InstallUpdatedBinaries failed with error 0x80070005
    > InstallUpdatedBinaries failed with error:0x80070005
    > UpdateClientWorker failed: error 0x80070005
    > ....
    >
    > Any ideas?
    >
    > Rainer
    >
    >
    >



  3. #3
    Rainer Guest

    Re: Error 80070005 / service wuauserv

    Don't know which permissions?
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
    (kb836926) seems to be okay.

    "Kaylene aka Taurarian" wrote:

    > This error message may occur if you have insufficient permissions to the Windows
    > Update registry keys. The WindowsUpdate.log file will also read errors
    > 0x80070005 and 0x80080005.
    > http://v5.windowsupdate.microsoft.co....aspx?ln=en-us
    >
    >
    > "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    > news:A204B76F-2D14-4033-82AB-4D33A1CCDC65@microsoft.com...
    > > Hello,
    > >
    > > as many others I have problems updating Windows Update to v5:
    > >
    > > Error 0x80070005
    > >
    > > Followed to no success:
    > > http://support.microsoft.com/default...b;en-us;836926
    > >
    > > WindowsUpdate.log:
    > > ...
    > > Failed to stop service wuauserv due to 0x80070005
    > > Warning: Continuing even though wuauserv service could not be stopped:
    > > 0x80070005
    > > .... (next lines 6 times)
    > > OpenService failed with error 0x80070005
    > > WU client fail to create WU service with error 0x80070005
    > > Registration failed with error 0x80070005
    > > ....
    > > Failed to restart service wuauserv: 0x80070005
    > > Reboot is required to complete the installation
    > > InstallUpdatedBinaries failed with error 0x80070005
    > > InstallUpdatedBinaries failed with error:0x80070005
    > > UpdateClientWorker failed: error 0x80070005
    > > ....
    > >
    > > Any ideas?
    > >
    > > Rainer
    > >
    > >
    > >

    >
    >


  4. #4
    Eric Brodish [MSFT] Guest

    Re: Error 80070005 / service wuauserv

    Hi,



    Please check to make sure that the wuauserv service is added to the Svchost
    registry key.



    Add WUAUSERV and BITS to the SvcHost process

    1. Click Start.

    2. Choose Run.

    3. In the Run box, type REGEDIT.

    4. Click OK.

    The Registry Editor opens.

    *WARNING*

    Using Registry Editor incorrectly can cause serious problems that may
    require you to reinstall your operating system. Microsoft cannot guarantee
    that problems resulting from the incorrect use of Registry Editor can be
    solved. Use Registry Editor at your own risk.

    5. Navigate to the following
    key:HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion\SvcHost.

    6. Double-click to open the netsvcs key.

    7. Under Value Data .

    8. Add BITS and WUAUSERV to the list of services.

    9. Exit the registry.

    10. Click OK.

    11. Restart the system.



    This issue may occur if you don't have the correct permissions set on the
    HKEY_CLASSES_ROOT hive in the registry.



    1. Click Start > Run

    2. Enter regedit into the Run field and click OK

    3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

    4. Please write down the items listed under Group or user name

    5. Make sure that the Full Control check box under Allow is checked for the
    Administrators group.

    6. If the only group listed is everyone, make sure Full Control under Allow
    is checked

    7. Uncheck any boxes that are currently checked in the Deny column

    8. Click OK

    9. Register the following DLLs

    wuapi.dll

    wuaueng1.dll

    wuaueng.dll

    wucltui.dll

    10. Restart the Automatic Updates service by running the following commands

    net stop wuauserv

    net start wuauserv

    11. Restart the BITS service by running the following commands

    net stop bits

    net start bits

    Thank you

    Eric

    "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    news:A204B76F-2D14-4033-82AB-4D33A1CCDC65@microsoft.com...
    > Hello,
    >
    > as many others I have problems updating Windows Update to v5:
    >
    > Error 0x80070005
    >
    > Followed to no success:
    > http://support.microsoft.com/default...b;en-us;836926
    >
    > WindowsUpdate.log:
    > ...
    > Failed to stop service wuauserv due to 0x80070005
    > Warning: Continuing even though wuauserv service could not be stopped:
    > 0x80070005
    > .... (next lines 6 times)
    > OpenService failed with error 0x80070005
    > WU client fail to create WU service with error 0x80070005
    > Registration failed with error 0x80070005
    > ....
    > Failed to restart service wuauserv: 0x80070005
    > Reboot is required to complete the installation
    > InstallUpdatedBinaries failed with error 0x80070005
    > InstallUpdatedBinaries failed with error:0x80070005
    > UpdateClientWorker failed: error 0x80070005
    > ....
    >
    > Any ideas?
    >
    > Rainer
    >
    >
    >




  5. #5
    Rainer Guest

    Re: Error 80070005 / service wuauserv

    Thanks, but it doesn't work:

    > Add WUAUSERV and BITS to the SvcHost process

    WUAUSERV and BITS already had been in the list

    > Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

    Permissions for Administrators already had been set to full control (no
    'deny" set)

    > 9. Register the following DLLs

    I registered wuapi.dll, wuaueng1.dll and wucltui.dll

    Registering wuaueng.dll doesn't work (error code 80004005)!

    I can't stop or start wuauserv (error 5, access denied)

    Any further hints? Thanks in advance,
    Rainer


    "Eric Brodish [MSFT]" wrote:

    > Hi,
    >
    >
    >
    > Please check to make sure that the wuauserv service is added to the Svchost
    > registry key.
    >
    >
    >
    > Add WUAUSERV and BITS to the SvcHost process
    >
    > 1. Click Start.
    >
    > 2. Choose Run.
    >
    > 3. In the Run box, type REGEDIT.
    >
    > 4. Click OK.
    >
    > The Registry Editor opens.
    >
    > *WARNING*
    >
    > Using Registry Editor incorrectly can cause serious problems that may
    > require you to reinstall your operating system. Microsoft cannot guarantee
    > that problems resulting from the incorrect use of Registry Editor can be
    > solved. Use Registry Editor at your own risk.
    >
    > 5. Navigate to the following
    > key:HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion\SvcHost.
    >
    > 6. Double-click to open the netsvcs key.
    >
    > 7. Under Value Data .
    >
    > 8. Add BITS and WUAUSERV to the list of services.
    >
    > 9. Exit the registry.
    >
    > 10. Click OK.
    >
    > 11. Restart the system.
    >
    >
    >
    > This issue may occur if you don't have the correct permissions set on the
    > HKEY_CLASSES_ROOT hive in the registry.
    >
    >
    >
    > 1. Click Start > Run
    >
    > 2. Enter regedit into the Run field and click OK
    >
    > 3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions
    >
    > 4. Please write down the items listed under Group or user name
    >
    > 5. Make sure that the Full Control check box under Allow is checked for the
    > Administrators group.
    >
    > 6. If the only group listed is everyone, make sure Full Control under Allow
    > is checked
    >
    > 7. Uncheck any boxes that are currently checked in the Deny column
    >
    > 8. Click OK
    >
    > 9. Register the following DLLs
    >
    > wuapi.dll
    >
    > wuaueng1.dll
    >
    > wuaueng.dll
    >
    > wucltui.dll
    >
    > 10. Restart the Automatic Updates service by running the following commands
    >
    > net stop wuauserv
    >
    > net start wuauserv
    >
    > 11. Restart the BITS service by running the following commands
    >
    > net stop bits
    >
    > net start bits
    >
    > Thank you
    >
    > Eric
    >
    > "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    > news:A204B76F-2D14-4033-82AB-4D33A1CCDC65@microsoft.com...
    > > Hello,
    > >
    > > as many others I have problems updating Windows Update to v5:
    > >
    > > Error 0x80070005
    > >
    > > Followed to no success:
    > > http://support.microsoft.com/default...b;en-us;836926
    > >
    > > WindowsUpdate.log:
    > > ...
    > > Failed to stop service wuauserv due to 0x80070005
    > > Warning: Continuing even though wuauserv service could not be stopped:
    > > 0x80070005
    > > .... (next lines 6 times)
    > > OpenService failed with error 0x80070005
    > > WU client fail to create WU service with error 0x80070005
    > > Registration failed with error 0x80070005
    > > ....
    > > Failed to restart service wuauserv: 0x80070005
    > > Reboot is required to complete the installation
    > > InstallUpdatedBinaries failed with error 0x80070005
    > > InstallUpdatedBinaries failed with error:0x80070005
    > > UpdateClientWorker failed: error 0x80070005
    > > ....
    > >
    > > Any ideas?
    > >
    > > Rainer
    > >
    > >
    > >

    >
    >
    >


  6. #6
    Kaylene aka Taurarian Guest

    Re: Error 80070005 / service wuauserv

    Click START, select RUN
    Type: REGSVR32 C:\WINDOWS\system32\atl.dll


    (assuming Windows is on your C drive) - can't hurt.

    "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    news:299B345E-ECFB-4D80-BD0D-807F2463B799@microsoft.com...
    > Thanks, but it doesn't work:
    >
    >> Add WUAUSERV and BITS to the SvcHost process

    > WUAUSERV and BITS already had been in the list
    >
    >> Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

    > Permissions for Administrators already had been set to full control (no
    > 'deny" set)
    >
    >> 9. Register the following DLLs

    > I registered wuapi.dll, wuaueng1.dll and wucltui.dll
    >
    > Registering wuaueng.dll doesn't work (error code 80004005)!
    >
    > I can't stop or start wuauserv (error 5, access denied)
    >
    > Any further hints? Thanks in advance,
    > Rainer
    >
    >
    > "Eric Brodish [MSFT]" wrote:
    >
    >> Hi,
    >>
    >>
    >>
    >> Please check to make sure that the wuauserv service is added to the Svchost
    >> registry key.
    >>
    >>
    >>
    >> Add WUAUSERV and BITS to the SvcHost process
    >>
    >> 1. Click Start.
    >>
    >> 2. Choose Run.
    >>
    >> 3. In the Run box, type REGEDIT.
    >>
    >> 4. Click OK.
    >>
    >> The Registry Editor opens.
    >>
    >> *WARNING*
    >>
    >> Using Registry Editor incorrectly can cause serious problems that may
    >> require you to reinstall your operating system. Microsoft cannot guarantee
    >> that problems resulting from the incorrect use of Registry Editor can be
    >> solved. Use Registry Editor at your own risk.
    >>
    >> 5. Navigate to the following
    >> key:HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion\SvcHost.
    >>
    >> 6. Double-click to open the netsvcs key.
    >>
    >> 7. Under Value Data .
    >>
    >> 8. Add BITS and WUAUSERV to the list of services.
    >>
    >> 9. Exit the registry.
    >>
    >> 10. Click OK.
    >>
    >> 11. Restart the system.
    >>
    >>
    >>
    >> This issue may occur if you don't have the correct permissions set on the
    >> HKEY_CLASSES_ROOT hive in the registry.
    >>
    >>
    >>
    >> 1. Click Start > Run
    >>
    >> 2. Enter regedit into the Run field and click OK
    >>
    >> 3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions
    >>
    >> 4. Please write down the items listed under Group or user name
    >>
    >> 5. Make sure that the Full Control check box under Allow is checked for the
    >> Administrators group.
    >>
    >> 6. If the only group listed is everyone, make sure Full Control under Allow
    >> is checked
    >>
    >> 7. Uncheck any boxes that are currently checked in the Deny column
    >>
    >> 8. Click OK
    >>
    >> 9. Register the following DLLs
    >>
    >> wuapi.dll
    >>
    >> wuaueng1.dll
    >>
    >> wuaueng.dll
    >>
    >> wucltui.dll
    >>
    >> 10. Restart the Automatic Updates service by running the following commands
    >>
    >> net stop wuauserv
    >>
    >> net start wuauserv
    >>
    >> 11. Restart the BITS service by running the following commands
    >>
    >> net stop bits
    >>
    >> net start bits
    >>
    >> Thank you
    >>
    >> Eric
    >>
    >> "Rainer" <Rainer@discussions.microsoft.com> wrote in message
    >> news:A204B76F-2D14-4033-82AB-4D33A1CCDC65@microsoft.com...
    >> > Hello,
    >> >
    >> > as many others I have problems updating Windows Update to v5:
    >> >
    >> > Error 0x80070005
    >> >
    >> > Followed to no success:
    >> > http://support.microsoft.com/default...b;en-us;836926
    >> >
    >> > WindowsUpdate.log:
    >> > ...
    >> > Failed to stop service wuauserv due to 0x80070005
    >> > Warning: Continuing even though wuauserv service could not be stopped:
    >> > 0x80070005
    >> > .... (next lines 6 times)
    >> > OpenService failed with error 0x80070005
    >> > WU client fail to create WU service with error 0x80070005
    >> > Registration failed with error 0x80070005
    >> > ....
    >> > Failed to restart service wuauserv: 0x80070005
    >> > Reboot is required to complete the installation
    >> > InstallUpdatedBinaries failed with error 0x80070005
    >> > InstallUpdatedBinaries failed with error:0x80070005
    >> > UpdateClientWorker failed: error 0x80070005
    >> > ....
    >> >
    >> > Any ideas?
    >> >
    >> > Rainer
    >> >
    >> >
    >> >

    >>
    >>
    >>



Similar Threads

  1. Windows Media Player 11 error 80070005
    By Leo Pold in forum Media Player
    Replies: 5
    Last Post: 02-03-2011, 03:50 AM
  2. SP2 not installing (access denied) Error 80070005
    By Gene in forum Windows Update
    Replies: 3
    Last Post: 30-07-2010, 02:29 PM
  3. Error Code 80070005
    By Ashutosh in forum Windows Update
    Replies: 12
    Last Post: 02-01-2010, 09:27 PM
  4. How to fix error 80070005
    By migons in forum Operating Systems
    Replies: 4
    Last Post: 29-12-2009, 05:27 AM
  5. Media Player Install-ERROR 80070005
    By McIntyre in forum Media Player
    Replies: 2
    Last Post: 26-10-2007, 06:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,557,459.68164 seconds with 17 queries