Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: WINDOWS UPDATE NOT WORKING

  1. #1
    RICK Guest

    WINDOWS UPDATE NOT WORKING

    my auto update hasn't worked right since i downloaded windows sp2.i have
    fixed it two times and each time i get a different code. the last code was
    0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    i went and switched it off and back on and now a error says it is up for
    deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    a error code for 0x80070430. can anyone help please.

  2. #2
    Devil Guest

    RE: WINDOWS UPDATE NOT WORKING

    Hi,

    The 0x8DDD0018 error occurs when there's a problem with the necessary
    services, Automatic Update and/or the Background Intelligent Transfer Service
    (BITS).

    Set Automatic Update service to Automatic and verify the Status is Started
    and verify the Background Intelligent Transfer Service (BITS) to Manual.

    Kindly try this & let me know.

    1. Click Start, and then click Run.
    2. Type services.msc and then click OK.
    3. In the list of services, right-click on Automatic Updates and then click
    Properties.
    4. In the Startup type list, select Automatic and click Apply
    5. Verify that the Service status is started, if the Service Status is
    Stopped click on the Start Button.
    6. In the list of services, right-click on Background Intelligent Transfer
    Service (BITS) and then click Properties.
    7. In the Startup type list, select Manual and click Apply
    8. Verify that the Service status is started, If the Service Status is
    Stopped click on the Start Button.
    9. Click OK.

    Regards

    DEVIL

    "RICK" wrote:

    > my auto update hasn't worked right since i downloaded windows sp2.i have
    > fixed it two times and each time i get a different code. the last code was
    > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > i went and switched it off and back on and now a error says it is up for
    > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > a error code for 0x80070430. can anyone help please.


  3. #3
    Torgeir Bakken \(MVP\) Guest

    Re: WINDOWS UPDATE NOT WORKING

    RICK wrote:

    > my auto update hasn't worked right since i downloaded windows sp2.i have
    > fixed it two times and each time i get a different code. the last code was
    > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > i went and switched it off and back on and now a error says it is up for
    > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > a error code for 0x80070430. can anyone help please.

    Hi

    Try this:

    Start regedit.exe and delete the following key (contains the WU
    service configuration):

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv

    Do a reboot now!

    Then run this command line (from a command prompt of from Start/Run, it
    installs the AutoUpdate service (line will wrap in the newsreader!):

    %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
    132 %SystemRoot%\inf\au.inf

    (it must be a space between DefaultInstall and 132)

    If it asks for your OS CD-ROM to get some files, just point it to the
    folder %windir%\System32 (%windir% is typically C:\Windows).

    Then run the following commands:

    regsvr32.exe wuaueng.dll
    regsvr32.exe wuapi.dll
    regsvr32.exe wups.dll
    regsvr32.exe wucltui.dll

    Do a reboot again.

    Then check if you can start and stop the Automatic Updates service
    successfully from services.msc



    --
    torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    Administration scripting examples and an ONLINE version of
    the 1328 page Scripting Guide:
    http://www.microsoft.com/technet/scr...r/default.mspx

  4. #4
    RICK Guest

    RE: WINDOWS UPDATE NOT WORKING

    seems to work for now we'll see how long it will last. thanks

    "Devil" wrote:

    > Hi,
    >
    > The 0x8DDD0018 error occurs when there's a problem with the necessary
    > services, Automatic Update and/or the Background Intelligent Transfer Service
    > (BITS).
    >
    > Set Automatic Update service to Automatic and verify the Status is Started
    > and verify the Background Intelligent Transfer Service (BITS) to Manual.
    >
    > Kindly try this & let me know.
    >
    > 1. Click Start, and then click Run.
    > 2. Type services.msc and then click OK.
    > 3. In the list of services, right-click on Automatic Updates and then click
    > Properties.
    > 4. In the Startup type list, select Automatic and click Apply
    > 5. Verify that the Service status is started, if the Service Status is
    > Stopped click on the Start Button.
    > 6. In the list of services, right-click on Background Intelligent Transfer
    > Service (BITS) and then click Properties.
    > 7. In the Startup type list, select Manual and click Apply
    > 8. Verify that the Service status is started, If the Service Status is
    > Stopped click on the Start Button.
    > 9. Click OK.
    >
    > Regards
    >
    > DEVIL
    >
    > "RICK" wrote:
    >
    > > my auto update hasn't worked right since i downloaded windows sp2.i have
    > > fixed it two times and each time i get a different code. the last code was
    > > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > > i went and switched it off and back on and now a error says it is up for
    > > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > > a error code for 0x80070430. can anyone help please.


  5. #5
    RICK Guest

    Re: WINDOWS UPDATE NOT WORKING

    well so far so good thanks

    "Torgeir Bakken (MVP)" wrote:

    > RICK wrote:
    >
    > > my auto update hasn't worked right since i downloaded windows sp2.i have
    > > fixed it two times and each time i get a different code. the last code was
    > > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > > i went and switched it off and back on and now a error says it is up for
    > > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > > a error code for 0x80070430. can anyone help please.

    > Hi
    >
    > Try this:
    >
    > Start regedit.exe and delete the following key (contains the WU
    > service configuration):
    >
    > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    >
    > Do a reboot now!
    >
    > Then run this command line (from a command prompt of from Start/Run, it
    > installs the AutoUpdate service (line will wrap in the newsreader!):
    >
    > %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
    > 132 %SystemRoot%\inf\au.inf
    >
    > (it must be a space between DefaultInstall and 132)
    >
    > If it asks for your OS CD-ROM to get some files, just point it to the
    > folder %windir%\System32 (%windir% is typically C:\Windows).
    >
    > Then run the following commands:
    >
    > regsvr32.exe wuaueng.dll
    > regsvr32.exe wuapi.dll
    > regsvr32.exe wups.dll
    > regsvr32.exe wucltui.dll
    >
    > Do a reboot again.
    >
    > Then check if you can start and stop the Automatic Updates service
    > successfully from services.msc
    >
    >
    >
    > --
    > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > Administration scripting examples and an ONLINE version of
    > the 1328 page Scripting Guide:
    > http://www.microsoft.com/technet/scr...r/default.mspx
    >


  6. #6
    MIGUEL Guest

    Re: WINDOWS UPDATE NOT WORKING

    When I start the PC the automatic updates is not available, then I check in
    the services and it is disable, then when I click for enabling it I received
    following message :

    "Such service is ready to be deleted"

    If I try to run : regsvr32.exe wuaueng.dll then the system returns :

    Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.

    Then I re-start the PC and then service is disable but then I can change to
    enable it.

    Thks for your help
    MIGUEL

    "RICK" wrote:

    > well so far so good thanks
    >
    > "Torgeir Bakken (MVP)" wrote:
    >
    > > RICK wrote:
    > >
    > > > my auto update hasn't worked right since i downloaded windows sp2.i have
    > > > fixed it two times and each time i get a different code. the last code was
    > > > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > > > i went and switched it off and back on and now a error says it is up for
    > > > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > > > a error code for 0x80070430. can anyone help please.

    > > Hi
    > >
    > > Try this:
    > >
    > > Start regedit.exe and delete the following key (contains the WU
    > > service configuration):
    > >
    > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    > >
    > > Do a reboot now!
    > >
    > > Then run this command line (from a command prompt of from Start/Run, it
    > > installs the AutoUpdate service (line will wrap in the newsreader!):
    > >
    > > %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
    > > 132 %SystemRoot%\inf\au.inf
    > >
    > > (it must be a space between DefaultInstall and 132)
    > >
    > > If it asks for your OS CD-ROM to get some files, just point it to the
    > > folder %windir%\System32 (%windir% is typically C:\Windows).
    > >
    > > Then run the following commands:
    > >
    > > regsvr32.exe wuaueng.dll
    > > regsvr32.exe wuapi.dll
    > > regsvr32.exe wups.dll
    > > regsvr32.exe wucltui.dll
    > >
    > > Do a reboot again.
    > >
    > > Then check if you can start and stop the Automatic Updates service
    > > successfully from services.msc
    > >
    > >
    > >
    > > --
    > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > > Administration scripting examples and an ONLINE version of
    > > the 1328 page Scripting Guide:
    > > http://www.microsoft.com/technet/scr...r/default.mspx
    > >


  7. #7
    Torgeir Bakken \(MVP\) Guest

    Re: WINDOWS UPDATE NOT WORKING

    MIGUEL wrote:

    > When I start the PC the automatic updates is not available, then I check in
    > the services and it is disable, then when I click for enabling it I received
    > following message :
    >
    > "Such service is ready to be deleted"
    >
    > If I try to run : regsvr32.exe wuaueng.dll then the system returns :
    >
    > Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.
    >
    > Then I re-start the PC and then service is disable but then I can change to
    > enable it.

    Hi

    Start regedit.exe and locate the key
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv


    If you find a DeleteFlag value there, delete the DeleteFlag value
    and see if that helps.

    You should also scan your computer for Spyware and Parasites
    (might be the cause for the DeleteFlag value):

    Dealing with Unwanted Spyware and Parasites
    http://www.mvps.org/winhelp2002/unwanted.htm

    The Parasite Fight Quick Fix Protocol
    http://aumha.org/a/quickfix.htm


    --
    torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    Administration scripting examples and an ONLINE version of
    the 1328 page Scripting Guide:
    http://www.microsoft.com/technet/scr...r/default.mspx

  8. #8
    Miguel Guest

    Re: WINDOWS UPDATE NOT WORKING

    I restarted the PC, then I checked wz Ad-Aware & Mcafee antivirus but I
    didn't found anything wrong & bad. I checked with regedit and I didn't found
    that line, then I run : regsvr32.exe wuaueng.dll and the line appeared. No
    any delete flag inserted.

    It is quite strange ... I will see next time I rstart the PC and I will
    advise to you.

    Thks a lot
    Miguel

    "Torgeir Bakken (MVP)" wrote:

    > MIGUEL wrote:
    >
    > > When I start the PC the automatic updates is not available, then I check in
    > > the services and it is disable, then when I click for enabling it I received
    > > following message :
    > >
    > > "Such service is ready to be deleted"
    > >
    > > If I try to run : regsvr32.exe wuaueng.dll then the system returns :
    > >
    > > Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.
    > >
    > > Then I re-start the PC and then service is disable but then I can change to
    > > enable it.

    > Hi
    >
    > Start regedit.exe and locate the key
    > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    >
    >
    > If you find a DeleteFlag value there, delete the DeleteFlag value
    > and see if that helps.
    >
    > You should also scan your computer for Spyware and Parasites
    > (might be the cause for the DeleteFlag value):
    >
    > Dealing with Unwanted Spyware and Parasites
    > http://www.mvps.org/winhelp2002/unwanted.htm
    >
    > The Parasite Fight Quick Fix Protocol
    > http://aumha.org/a/quickfix.htm
    >
    >
    > --
    > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > Administration scripting examples and an ONLINE version of
    > the 1328 page Scripting Guide:
    > http://www.microsoft.com/technet/scr...r/default.mspx
    >


  9. #9
    MIGUEL Guest

    Re: WINDOWS UPDATE NOT WORKING

    I re-started the PC, then in regedit it appeared the DELETE FLAG .. then I
    deleted it and I run regsvr32.exe wuaueng.dll. Then I re-started again then I
    run regedit and the DELETE FLAG appeared again ... I don't know if it is or
    not a error of SP2 because I haven't any virus or spyware on my PC ... I
    don't know.

    "Miguel" wrote:

    > I restarted the PC, then I checked wz Ad-Aware & Mcafee antivirus but I
    > didn't found anything wrong & bad. I checked with regedit and I didn't found
    > that line, then I run : regsvr32.exe wuaueng.dll and the line appeared. No
    > any delete flag inserted.
    >
    > It is quite strange ... I will see next time I rstart the PC and I will
    > advise to you.
    >
    > Thks a lot
    > Miguel
    >
    > "Torgeir Bakken (MVP)" wrote:
    >
    > > MIGUEL wrote:
    > >
    > > > When I start the PC the automatic updates is not available, then I check in
    > > > the services and it is disable, then when I click for enabling it I received
    > > > following message :
    > > >
    > > > "Such service is ready to be deleted"
    > > >
    > > > If I try to run : regsvr32.exe wuaueng.dll then the system returns :
    > > >
    > > > Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.
    > > >
    > > > Then I re-start the PC and then service is disable but then I can change to
    > > > enable it.

    > > Hi
    > >
    > > Start regedit.exe and locate the key
    > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    > >
    > >
    > > If you find a DeleteFlag value there, delete the DeleteFlag value
    > > and see if that helps.
    > >
    > > You should also scan your computer for Spyware and Parasites
    > > (might be the cause for the DeleteFlag value):
    > >
    > > Dealing with Unwanted Spyware and Parasites
    > > http://www.mvps.org/winhelp2002/unwanted.htm
    > >
    > > The Parasite Fight Quick Fix Protocol
    > > http://aumha.org/a/quickfix.htm
    > >
    > >
    > > --
    > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > > Administration scripting examples and an ONLINE version of
    > > the 1328 page Scripting Guide:
    > > http://www.microsoft.com/technet/scr...r/default.mspx
    > >


  10. #10
    MIGUEL Guest

    Re: WINDOWS UPDATE NOT WORKING

    Now after enable and start wuaueng and after 15 min. the service was deleted
    .... I don't understand.

    I need any support
    Thks
    Miguel

    "MIGUEL" wrote:

    > I re-started the PC, then in regedit it appeared the DELETE FLAG .. then I
    > deleted it and I run regsvr32.exe wuaueng.dll. Then I re-started again then I
    > run regedit and the DELETE FLAG appeared again ... I don't know if it is or
    > not a error of SP2 because I haven't any virus or spyware on my PC ... I
    > don't know.
    >
    > "Miguel" wrote:
    >
    > > I restarted the PC, then I checked wz Ad-Aware & Mcafee antivirus but I
    > > didn't found anything wrong & bad. I checked with regedit and I didn't found
    > > that line, then I run : regsvr32.exe wuaueng.dll and the line appeared. No
    > > any delete flag inserted.
    > >
    > > It is quite strange ... I will see next time I rstart the PC and I will
    > > advise to you.
    > >
    > > Thks a lot
    > > Miguel
    > >
    > > "Torgeir Bakken (MVP)" wrote:
    > >
    > > > MIGUEL wrote:
    > > >
    > > > > When I start the PC the automatic updates is not available, then I check in
    > > > > the services and it is disable, then when I click for enabling it I received
    > > > > following message :
    > > > >
    > > > > "Such service is ready to be deleted"
    > > > >
    > > > > If I try to run : regsvr32.exe wuaueng.dll then the system returns :
    > > > >
    > > > > Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.
    > > > >
    > > > > Then I re-start the PC and then service is disable but then I can change to
    > > > > enable it.
    > > > Hi
    > > >
    > > > Start regedit.exe and locate the key
    > > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    > > >
    > > >
    > > > If you find a DeleteFlag value there, delete the DeleteFlag value
    > > > and see if that helps.
    > > >
    > > > You should also scan your computer for Spyware and Parasites
    > > > (might be the cause for the DeleteFlag value):
    > > >
    > > > Dealing with Unwanted Spyware and Parasites
    > > > http://www.mvps.org/winhelp2002/unwanted.htm
    > > >
    > > > The Parasite Fight Quick Fix Protocol
    > > > http://aumha.org/a/quickfix.htm
    > > >
    > > >
    > > > --
    > > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > > > Administration scripting examples and an ONLINE version of
    > > > the 1328 page Scripting Guide:
    > > > http://www.microsoft.com/technet/scr...r/default.mspx
    > > >


  11. #11
    MIGUEL Guest

    Re: WINDOWS UPDATE NOT WORKING

    I don't understand after each re-starting the system add DELETEFLAG to the
    service : wuauserv

    I don't know how to solve it ...

    "MIGUEL" wrote:

    > Now after enable and start wuaueng and after 15 min. the service was deleted
    > ... I don't understand.
    >
    > I need any support
    > Thks
    > Miguel
    >
    > "MIGUEL" wrote:
    >
    > > I re-started the PC, then in regedit it appeared the DELETE FLAG .. then I
    > > deleted it and I run regsvr32.exe wuaueng.dll. Then I re-started again then I
    > > run regedit and the DELETE FLAG appeared again ... I don't know if it is or
    > > not a error of SP2 because I haven't any virus or spyware on my PC ... I
    > > don't know.
    > >
    > > "Miguel" wrote:
    > >
    > > > I restarted the PC, then I checked wz Ad-Aware & Mcafee antivirus but I
    > > > didn't found anything wrong & bad. I checked with regedit and I didn't found
    > > > that line, then I run : regsvr32.exe wuaueng.dll and the line appeared. No
    > > > any delete flag inserted.
    > > >
    > > > It is quite strange ... I will see next time I rstart the PC and I will
    > > > advise to you.
    > > >
    > > > Thks a lot
    > > > Miguel
    > > >
    > > > "Torgeir Bakken (MVP)" wrote:
    > > >
    > > > > MIGUEL wrote:
    > > > >
    > > > > > When I start the PC the automatic updates is not available, then I check in
    > > > > > the services and it is disable, then when I click for enabling it I received
    > > > > > following message :
    > > > > >
    > > > > > "Such service is ready to be deleted"
    > > > > >
    > > > > > If I try to run : regsvr32.exe wuaueng.dll then the system returns :
    > > > > >
    > > > > > Error of DllRegisterServer in wuaueng.dll. Error code : 0x80070430.
    > > > > >
    > > > > > Then I re-start the PC and then service is disable but then I can change to
    > > > > > enable it.
    > > > > Hi
    > > > >
    > > > > Start regedit.exe and locate the key
    > > > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    > > > >
    > > > >
    > > > > If you find a DeleteFlag value there, delete the DeleteFlag value
    > > > > and see if that helps.
    > > > >
    > > > > You should also scan your computer for Spyware and Parasites
    > > > > (might be the cause for the DeleteFlag value):
    > > > >
    > > > > Dealing with Unwanted Spyware and Parasites
    > > > > http://www.mvps.org/winhelp2002/unwanted.htm
    > > > >
    > > > > The Parasite Fight Quick Fix Protocol
    > > > > http://aumha.org/a/quickfix.htm
    > > > >
    > > > >
    > > > > --
    > > > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    > > > > Administration scripting examples and an ONLINE version of
    > > > > the 1328 page Scripting Guide:
    > > > > http://www.microsoft.com/technet/scr...r/default.mspx
    > > > >


  12. #12
    Maxoverfred Guest

    Re: WINDOWS UPDATE NOT WORKING

    I have the same trouble than Miguel, i follow each steps from Torgeir, each
    time, reboot, and it still have the same error.. ( no spy or virus detected )

    Somebody can help us ??

  13. #13
    Dennis Guest

    Re: WINDOWS UPDATE NOT WORKING

    I had this same problem and recently found the answer in another section of
    this user group. Go to "Windows Update General" and find the thread named
    "Automatic Updates service keeps getting deleted". The problem is caused by
    Trojan.Boxed.E which eludes virus and malware scans. The trojan places an
    executable in C:\WINDOWS\system32 that marks Automatic Updates for deletion.
    It also installs a Network Client service in services.msc. I disabled Network
    Client service and AU no longer gets deleted on re-boot. To do a complete job
    the executable should be deleted and the related key in the registry should
    be deleted. The thread I cited has all the details.

    "Maxoverfred" wrote:

    > I have the same trouble than Miguel, i follow each steps from Torgeir, each
    > time, reboot, and it still have the same error.. ( no spy or virus detected )
    >
    > Somebody can help us ??


  14. #14
    Join Date
    May 2008
    Posts
    1

    Thanks!

    It worked! I did exactly what was posted and it worked! Thanks guys! It turned out i have a vundo.dll malware which norton can't see (stupid norton internet security! i paid 2 years for this!). I downloaded super spyware (FREE!) cleaned my pc then ran the wu config posted here. It worked perfectly! Now I can enable and start my Automatic Updates at services.msc! Thanks again guys :)


    Quote Originally Posted by Torgeir Bakken \(MVP\) View Post
    RICK wrote:

    > my auto update hasn't worked right since i downloaded windows sp2.i have
    > fixed it two times and each time i get a different code. the last code was
    > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > i went and switched it off and back on and now a error says it is up for
    > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > a error code for 0x80070430. can anyone help please.

    Hi

    Try this:

    Start regedit.exe and delete the following key (contains the WU
    service configuration):

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv

    Do a reboot now!

    Then run this command line (from a command prompt of from Start/Run, it
    installs the AutoUpdate service (line will wrap in the newsreader!):

    %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall
    132 %SystemRoot%\inf\au.inf

    (it must be a space between DefaultInstall and 132)

    If it asks for your OS CD-ROM to get some files, just point it to the
    folder %windir%\System32 (%windir% is typically C:\Windows).

    Then run the following commands:

    regsvr32.exe wuaueng.dll
    regsvr32.exe wuapi.dll
    regsvr32.exe wups.dll
    regsvr32.exe wucltui.dll

    Do a reboot again.

    Then check if you can start and stop the Automatic Updates service
    successfully from services.msc



    --
    torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
    Administration scripting examples and an ONLINE version of
    the 1328 page Scripting Guide:
    http://www.microsoft.com/technet/scr...r/default.mspx

  15. #15
    Von Guest

    RE: WINDOWS UPDATE NOT WORKING

    Help!
    When I try to change auto updates to automatic, and then click apply, the
    status is stopped. So I change it to start and I gt an erro code 1058 and
    the msg. The service cannot be started, either bcause it is disabled or
    because it has no enabled devices associated with it.
    --
    V-Man


    "Devil" wrote:

    > Hi,
    >
    > The 0x8DDD0018 error occurs when there's a problem with the necessary
    > services, Automatic Update and/or the Background Intelligent Transfer Service
    > (BITS).
    >
    > Set Automatic Update service to Automatic and verify the Status is Started
    > and verify the Background Intelligent Transfer Service (BITS) to Manual.
    >
    > Kindly try this & let me know.
    >
    > 1. Click Start, and then click Run.
    > 2. Type services.msc and then click OK.
    > 3. In the list of services, right-click on Automatic Updates and then click
    > Properties.
    > 4. In the Startup type list, select Automatic and click Apply
    > 5. Verify that the Service status is started, if the Service Status is
    > Stopped click on the Start Button.
    > 6. In the list of services, right-click on Background Intelligent Transfer
    > Service (BITS) and then click Properties.
    > 7. In the Startup type list, select Manual and click Apply
    > 8. Verify that the Service status is started, If the Service Status is
    > Stopped click on the Start Button.
    > 9. Click OK.
    >
    > Regards
    >
    > DEVIL
    >
    > "RICK" wrote:
    >
    > > my auto update hasn't worked right since i downloaded windows sp2.i have
    > > fixed it two times and each time i get a different code. the last code was
    > > 0x8ddd0018.so i went to RUN put in services.msc. auto update was disabled.
    > > i went and switched it off and back on and now a error says it is up for
    > > deletion. so then i went to RUN put in regsvr32whaheng.dll . and now i get
    > > a error code for 0x80070430. can anyone help please.


Page 1 of 2 12 LastLast

Similar Threads

  1. RDP Stopped working after last windows update
    By Ihit in forum Small Business Server
    Replies: 3
    Last Post: 01-04-2011, 07:43 AM
  2. Update for Windows XP not working
    By Dragon in forum Windows Update
    Replies: 5
    Last Post: 09-09-2010, 06:43 PM
  3. Windows update not working
    By calvin_hobbes in forum Windows Update
    Replies: 3
    Last Post: 27-03-2010, 07:17 AM
  4. Windows Vista update not working.
    By cozzmo1@hotmail.com in forum Windows Update
    Replies: 4
    Last Post: 20-07-2009, 05:28 AM

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,711,620,440.97620 seconds with 18 queries