Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner

Automatic Updates Will Not Turn On

microsoft.public.windowsupdate




Recommended Fix - Fix Vista Errors and Optimize Performance


Driver Scanner 2012 - Free Scan Now
Reply
  #1 (permalink)  
Old 05-21-2008
redhoward
 

Posts: n/a
Automatic Updates Will Not Turn On
I am having trouble turning on Automatic Updates. I have been into the
service menu, checked the properties for Automatic Updates and when I try to
change Startup Type to Automatic, I get "Error 1058: The service cannot
started, either because it is disabled or because it has no enabled devices
associated with it." Both the BIT and Event Log are set to Automatic and
running properly.

Because of this problem with Automatic Update I am unable to download any
updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
Does anyone know how I can get Automatic Updates running again?

Thanks,

Adam
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-21-2008
MowGreen [MVP]
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
Is Remote Procedural Call (RPC) also set to Automatic on startup ?
If yes, then try registering these files from a Command Prompt.
Type in each command exactly as written, *press Enter* after each one:

Start > Run > type in

cmd
net stop wuauserv
regsvr32 atl.dll
regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll,
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 msxml3.dll
regsvr32 qmgr.dll
regsvr32 qmgrprxy.dll
net start wuauserv
exit

See if AU can be started now. You can copy&paste the commands into the
Command Prompt window by *right* clicking right after the prompt and
choosing Paste after you've Copied them.

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============



redhoward wrote:

> I am having trouble turning on Automatic Updates. I have been into the
> service menu, checked the properties for Automatic Updates and when I try to
> change Startup Type to Automatic, I get "Error 1058: The service cannot
> started, either because it is disabled or because it has no enabled devices
> associated with it." Both the BIT and Event Log are set to Automatic and
> running properly.
>
> Because of this problem with Automatic Update I am unable to download any
> updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> Does anyone know how I can get Automatic Updates running again?
>
> Thanks,
>
> Adam

Reply With Quote
  #3 (permalink)  
Old 05-21-2008
Engel
 

Posts: n/a
RE: Automatic Updates Will Not Turn On
Hello Adam,


1058 0x80070422
ERROR_SERVICE_DISABLED
The service cannot be started. If BITS service is disabled by the
Administrator, or because it has no enabled devices associated with it.
ERROR_SERVICE_DISABLED then this error will be seen.
BITS has been disabled. Enable the BITS service.

Start/Run
Type "services.msc"
Click "OK"

Please check the following are started:

1.Automatic Updªtes
2.Background Intelligent Transfer Service (BITS)
3.Cryptographic Services
4.Remote Procedure Call (RPC)
5.System Restore Service

To verify that BITS is correctly configured :

1.Double-click `Background Intelligent Transfer Service.`

2.In the Startup type box, click Manual, and then Apply.

3. Click the `Log On` tab, and then verify that the service is enabled in
every hardware profile that you have listed.

If the service is disabled in one or more hardware profiles, click the
hardware profile, Enable, and then Apply.

4. Click the General tab and then Start.

If BITS starts successfully, visit the Windows Update Web site or the
Microsoft Update Web site to see if you can obtain updates. If it works OK,
change (2.) to automªtic.
-
If you still receive the same errors, verify that you have correctly
performed steps 1 through 5.


The necessary service "Automatic Updates" (WUAUSERV) is not started or is
unavailable. Error 0x80070422 (Resolution 1)
<http://www.update.microsoft.com/windowsupdate/v6/showarticle.aspx?articleid=8&ln=en>

The necessary service "Automatic Updates" (WUAUSERV) is not started or is
unavailable. Error 0x80070422 (Resolution 2)
<http://www.update.microsoft.com/windowsupdate/v6/showarticle.aspx?articleid=46&ln=en>

I hope this post is helpful.

Let us know how it works ºut.
- -- -----



"redhoward" wrote:

> I am having trouble turning on Automatic Updates. I have been into the
> service menu, checked the properties for Automatic Updates and when I try to
> change Startup Type to Automatic, I get "Error 1058: The service cannot
> started, either because it is disabled or because it has no enabled devices
> associated with it." Both the BIT and Event Log are set to Automatic and
> running properly.
>
> Because of this problem with Automatic Update I am unable to download any
> updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> Does anyone know how I can get Automatic Updates running again?
>
> Thanks,
>
> Adam

Reply With Quote
  #4 (permalink)  
Old 05-21-2008
redhoward
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
Good Afternoon MowGreen,

Thank you for responding to my post!

I have registered all of the files below in the command prompt and all have
been accepted with the exception of "net start wuauserv". The command prompt
displays the Error 1058 again even after I go through the entire procedure.
To the best of my knowledge, I have turned every service in the services list
to "automatic" and double checked that the Logon User Profiles are all
"Enabled". The only one left is that darn "Automatic Updates" that will not
change from "Disabled".

Is there any way to restore or reload the service directly or circumvent
that darn 1058 error?

Thanks again for helping me out!

Adam

"MowGreen [MVP]" wrote:

> Is Remote Procedural Call (RPC) also set to Automatic on startup ?
> If yes, then try registering these files from a Command Prompt.
> Type in each command exactly as written, *press Enter* after each one:
>
> Start > Run > type in
>
> cmd
> net stop wuauserv
> regsvr32 atl.dll
> regsvr32 wuapi.dll
> regsvr32 wuaueng.dll
> regsvr32 wuaueng1.dll,
> regsvr32 wucltui.dll
> regsvr32 wups.dll
> regsvr32 wups2.dll
> regsvr32 msxml3.dll
> regsvr32 qmgr.dll
> regsvr32 qmgrprxy.dll
> net start wuauserv
> exit
>
> See if AU can be started now. You can copy&paste the commands into the
> Command Prompt window by *right* clicking right after the prompt and
> choosing Paste after you've Copied them.
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
>
> redhoward wrote:
>
> > I am having trouble turning on Automatic Updates. I have been into the
> > service menu, checked the properties for Automatic Updates and when I try to
> > change Startup Type to Automatic, I get "Error 1058: The service cannot
> > started, either because it is disabled or because it has no enabled devices
> > associated with it." Both the BIT and Event Log are set to Automatic and
> > running properly.
> >
> > Because of this problem with Automatic Update I am unable to download any
> > updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> > Does anyone know how I can get Automatic Updates running again?
> >
> > Thanks,
> >
> > Adam

>

Reply With Quote
  #5 (permalink)  
Old 05-21-2008
redhoward
 

Posts: n/a
RE: Automatic Updates Will Not Turn On
Good Afternoon "Engel",

Thank you for responding to my post!

To the best of my knowledge, I have turned every service in the services
list to "automatic" and double checked that the Logon User Profiles are all
"Enabled". The only one that will not activate is "Automatic Updates". It
continues to give me the Error 1058 and will not engage.

Is there any way to restore or reload the Automatic Updates service directly
or circumvent that darn 1058 error?

Thanks again for helping me out!

Adam

"Engel" wrote:

> Hello Adam,
>
>
> 1058 0x80070422
> ERROR_SERVICE_DISABLED
> The service cannot be started. If BITS service is disabled by the
> Administrator, or because it has no enabled devices associated with it.
> ERROR_SERVICE_DISABLED then this error will be seen.
> BITS has been disabled. Enable the BITS service.
>
> Start/Run
> Type "services.msc"
> Click "OK"
>
> Please check the following are started:
>
> 1.Automatic Updªtes
> 2.Background Intelligent Transfer Service (BITS)
> 3.Cryptographic Services
> 4.Remote Procedure Call (RPC)
> 5.System Restore Service
>
> To verify that BITS is correctly configured :
>
> 1.Double-click `Background Intelligent Transfer Service.`
>
> 2.In the Startup type box, click Manual, and then Apply.
>
> 3. Click the `Log On` tab, and then verify that the service is enabled in
> every hardware profile that you have listed.
>
> If the service is disabled in one or more hardware profiles, click the
> hardware profile, Enable, and then Apply.
>
> 4. Click the General tab and then Start.
>
> If BITS starts successfully, visit the Windows Update Web site or the
> Microsoft Update Web site to see if you can obtain updates. If it works OK,
> change (2.) to automªtic.
> -
> If you still receive the same errors, verify that you have correctly
> performed steps 1 through 5.
>
>
> The necessary service "Automatic Updates" (WUAUSERV) is not started or is
> unavailable. Error 0x80070422 (Resolution 1)
> <http://www.update.microsoft.com/windowsupdate/v6/showarticle.aspx?articleid=8&ln=en>
>
> The necessary service "Automatic Updates" (WUAUSERV) is not started or is
> unavailable. Error 0x80070422 (Resolution 2)
> <http://www.update.microsoft.com/windowsupdate/v6/showarticle.aspx?articleid=46&ln=en>
>
> I hope this post is helpful.
>
> Let us know how it works ºut.
> - -- -----
>
>
>
> "redhoward" wrote:
>
> > I am having trouble turning on Automatic Updates. I have been into the
> > service menu, checked the properties for Automatic Updates and when I try to
> > change Startup Type to Automatic, I get "Error 1058: The service cannot
> > started, either because it is disabled or because it has no enabled devices
> > associated with it." Both the BIT and Event Log are set to Automatic and
> > running properly.
> >
> > Because of this problem with Automatic Update I am unable to download any
> > updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> > Does anyone know how I can get Automatic Updates running again?
> >
> > Thanks,
> >
> > Adam

Reply With Quote
  #6 (permalink)  
Old 05-21-2008
Balduron
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
I too am experiencing a similar problem. I followed the steps outlined by
MowGreen, but they did not help the problem. However, I now recieve a
different error message than the one i recieved peviously.

[Error number: 0x8DDD0018]

Does this newerror message indicate a different or more specific problem?
I am hoping it can be resolved.

"redhoward" wrote:

> Good Afternoon MowGreen,
>
> Thank you for responding to my post!
>
> I have registered all of the files below in the command prompt and all have
> been accepted with the exception of "net start wuauserv". The command prompt
> displays the Error 1058 again even after I go through the entire procedure.
> To the best of my knowledge, I have turned every service in the services list
> to "automatic" and double checked that the Logon User Profiles are all
> "Enabled". The only one left is that darn "Automatic Updates" that will not
> change from "Disabled".
>
> Is there any way to restore or reload the service directly or circumvent
> that darn 1058 error?
>
> Thanks again for helping me out!
>
> Adam
>
> "MowGreen [MVP]" wrote:
>
> > Is Remote Procedural Call (RPC) also set to Automatic on startup ?
> > If yes, then try registering these files from a Command Prompt.
> > Type in each command exactly as written, *press Enter* after each one:
> >
> > Start > Run > type in
> >
> > cmd
> > net stop wuauserv
> > regsvr32 atl.dll
> > regsvr32 wuapi.dll
> > regsvr32 wuaueng.dll
> > regsvr32 wuaueng1.dll,
> > regsvr32 wucltui.dll
> > regsvr32 wups.dll
> > regsvr32 wups2.dll
> > regsvr32 msxml3.dll
> > regsvr32 qmgr.dll
> > regsvr32 qmgrprxy.dll
> > net start wuauserv
> > exit
> >
> > See if AU can be started now. You can copy&paste the commands into the
> > Command Prompt window by *right* clicking right after the prompt and
> > choosing Paste after you've Copied them.
> >
> > MowGreen [MVP 2003-2008]
> > ===============
> > *-343-* FDNY
> > Never Forgotten
> > ===============
> >
> >
> >
> > redhoward wrote:
> >
> > > I am having trouble turning on Automatic Updates. I have been into the
> > > service menu, checked the properties for Automatic Updates and when I try to
> > > change Startup Type to Automatic, I get "Error 1058: The service cannot
> > > started, either because it is disabled or because it has no enabled devices
> > > associated with it." Both the BIT and Event Log are set to Automatic and
> > > running properly.
> > >
> > > Because of this problem with Automatic Update I am unable to download any
> > > updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> > > Does anyone know how I can get Automatic Updates running again?
> > >
> > > Thanks,
> > >
> > > Adam

> >

Reply With Quote
  #7 (permalink)  
Old 05-21-2008
MowGreen [MVP]
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
Procedure to manually Re-install Automatic Update Client
http://www.wsuswiki.com/Proceduretom...icUpdateClient

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============


redhoward wrote:

> Good Afternoon MowGreen,
>
> Thank you for responding to my post!
>
> I have registered all of the files below in the command prompt and all have
> been accepted with the exception of "net start wuauserv". The command prompt
> displays the Error 1058 again even after I go through the entire procedure.
> To the best of my knowledge, I have turned every service in the services list
> to "automatic" and double checked that the Logon User Profiles are all
> "Enabled". The only one left is that darn "Automatic Updates" that will not
> change from "Disabled".
>
> Is there any way to restore or reload the service directly or circumvent
> that darn 1058 error?
>
> Thanks again for helping me out!
>
> Adam
>
> "MowGreen [MVP]" wrote:
>
>
>>Is Remote Procedural Call (RPC) also set to Automatic on startup ?
>>If yes, then try registering these files from a Command Prompt.
>>Type in each command exactly as written, *press Enter* after each one:
>>
>>Start > Run > type in
>>
>>cmd
>>net stop wuauserv
>>regsvr32 atl.dll
>>regsvr32 wuapi.dll
>>regsvr32 wuaueng.dll
>>regsvr32 wuaueng1.dll,
>>regsvr32 wucltui.dll
>>regsvr32 wups.dll
>>regsvr32 wups2.dll
>>regsvr32 msxml3.dll
>>regsvr32 qmgr.dll
>>regsvr32 qmgrprxy.dll
>>net start wuauserv
>>exit
>>
>>See if AU can be started now. You can copy&paste the commands into the
>>Command Prompt window by *right* clicking right after the prompt and
>>choosing Paste after you've Copied them.
>>
>>MowGreen [MVP 2003-2008]
>>===============
>> *-343-* FDNY
>>Never Forgotten
>>===============
>>
>>
>>
>>redhoward wrote:
>>
>>
>>>I am having trouble turning on Automatic Updates. I have been into the
>>>service menu, checked the properties for Automatic Updates and when I try to
>>>change Startup Type to Automatic, I get "Error 1058: The service cannot
>>>started, either because it is disabled or because it has no enabled devices
>>>associated with it." Both the BIT and Event Log are set to Automatic and
>>>running properly.
>>>
>>>Because of this problem with Automatic Update I am unable to download any
>>>updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
>>>Does anyone know how I can get Automatic Updates running again?
>>>
>>>Thanks,
>>>
>>>Adam

>>

Reply With Quote
  #8 (permalink)  
Old 05-21-2008
MowGreen [MVP]
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
Procedure to manually Re-install Automatic Update Client
http://www.wsuswiki.com/Proceduretom...icUpdateClient

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============


Balduron wrote:

> I too am experiencing a similar problem. I followed the steps outlined by
> MowGreen, but they did not help the problem. However, I now recieve a
> different error message than the one i recieved peviously.
>
> [Error number: 0x8DDD0018]
>
> Does this newerror message indicate a different or more specific problem?
> I am hoping it can be resolved.
>
> "redhoward" wrote:
>
>
>>Good Afternoon MowGreen,
>>
>>Thank you for responding to my post!
>>
>>I have registered all of the files below in the command prompt and all have
>>been accepted with the exception of "net start wuauserv". The command prompt
>>displays the Error 1058 again even after I go through the entire procedure.
>>To the best of my knowledge, I have turned every service in the services list
>>to "automatic" and double checked that the Logon User Profiles are all
>>"Enabled". The only one left is that darn "Automatic Updates" that will not
>>change from "Disabled".
>>
>>Is there any way to restore or reload the service directly or circumvent
>>that darn 1058 error?
>>
>>Thanks again for helping me out!
>>
>>Adam
>>
>>"MowGreen [MVP]" wrote:
>>
>>
>>>Is Remote Procedural Call (RPC) also set to Automatic on startup ?
>>>If yes, then try registering these files from a Command Prompt.
>>>Type in each command exactly as written, *press Enter* after each one:
>>>
>>>Start > Run > type in
>>>
>>>cmd
>>>net stop wuauserv
>>>regsvr32 atl.dll
>>>regsvr32 wuapi.dll
>>>regsvr32 wuaueng.dll
>>>regsvr32 wuaueng1.dll,
>>>regsvr32 wucltui.dll
>>>regsvr32 wups.dll
>>>regsvr32 wups2.dll
>>>regsvr32 msxml3.dll
>>>regsvr32 qmgr.dll
>>>regsvr32 qmgrprxy.dll
>>>net start wuauserv
>>>exit
>>>
>>>See if AU can be started now. You can copy&paste the commands into the
>>>Command Prompt window by *right* clicking right after the prompt and
>>>choosing Paste after you've Copied them.
>>>
>>>MowGreen [MVP 2003-2008]
>>>===============
>>> *-343-* FDNY
>>>Never Forgotten
>>>===============
>>>
>>>
>>>
>>>redhoward wrote:
>>>
>>>
>>>>I am having trouble turning on Automatic Updates. I have been into the
>>>>service menu, checked the properties for Automatic Updates and when I try to
>>>>change Startup Type to Automatic, I get "Error 1058: The service cannot
>>>>started, either because it is disabled or because it has no enabled devices
>>>>associated with it." Both the BIT and Event Log are set to Automatic and
>>>>running properly.
>>>>
>>>>Because of this problem with Automatic Update I am unable to download any
>>>>updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
>>>>Does anyone know how I can get Automatic Updates running again?
>>>>
>>>>Thanks,
>>>>
>>>>Adam
>>>

Reply With Quote
  #9 (permalink)  
Old 05-21-2008
redhoward
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
Thank You Thank You Thank You!

I have been working at this for the past two days straight after a pretty
serious attack. The procedure below reinstalled the Automatic Update and it
is now back online and updating as we speak. Thank you very much for your
help and your persistent follow up on this thread. You are the best!

Have a great week!

Adam

"MowGreen [MVP]" wrote:

> Procedure to manually Re-install Automatic Update Client
> http://www.wsuswiki.com/Proceduretom...icUpdateClient
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> redhoward wrote:
>
> > Good Afternoon MowGreen,
> >
> > Thank you for responding to my post!
> >
> > I have registered all of the files below in the command prompt and all have
> > been accepted with the exception of "net start wuauserv". The command prompt
> > displays the Error 1058 again even after I go through the entire procedure.
> > To the best of my knowledge, I have turned every service in the services list
> > to "automatic" and double checked that the Logon User Profiles are all
> > "Enabled". The only one left is that darn "Automatic Updates" that will not
> > change from "Disabled".
> >
> > Is there any way to restore or reload the service directly or circumvent
> > that darn 1058 error?
> >
> > Thanks again for helping me out!
> >
> > Adam
> >
> > "MowGreen [MVP]" wrote:
> >
> >
> >>Is Remote Procedural Call (RPC) also set to Automatic on startup ?
> >>If yes, then try registering these files from a Command Prompt.
> >>Type in each command exactly as written, *press Enter* after each one:
> >>
> >>Start > Run > type in
> >>
> >>cmd
> >>net stop wuauserv
> >>regsvr32 atl.dll
> >>regsvr32 wuapi.dll
> >>regsvr32 wuaueng.dll
> >>regsvr32 wuaueng1.dll,
> >>regsvr32 wucltui.dll
> >>regsvr32 wups.dll
> >>regsvr32 wups2.dll
> >>regsvr32 msxml3.dll
> >>regsvr32 qmgr.dll
> >>regsvr32 qmgrprxy.dll
> >>net start wuauserv
> >>exit
> >>
> >>See if AU can be started now. You can copy&paste the commands into the
> >>Command Prompt window by *right* clicking right after the prompt and
> >>choosing Paste after you've Copied them.
> >>
> >>MowGreen [MVP 2003-2008]
> >>===============
> >> *-343-* FDNY
> >>Never Forgotten
> >>===============
> >>
> >>
> >>
> >>redhoward wrote:
> >>
> >>
> >>>I am having trouble turning on Automatic Updates. I have been into the
> >>>service menu, checked the properties for Automatic Updates and when I try to
> >>>change Startup Type to Automatic, I get "Error 1058: The service cannot
> >>>started, either because it is disabled or because it has no enabled devices
> >>>associated with it." Both the BIT and Event Log are set to Automatic and
> >>>running properly.
> >>>
> >>>Because of this problem with Automatic Update I am unable to download any
> >>>updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> >>>Does anyone know how I can get Automatic Updates running again?
> >>>
> >>>Thanks,
> >>>
> >>>Adam
> >>

>

Reply With Quote
  #10 (permalink)  
Old 05-21-2008
Bill Ball
 

Posts: n/a
Re: Automatic Updates Will Not Turn On
I just developed this problem today. Unfortunately even this last procedure
did not correct the 1058 error. I will try it again.

Bill

"MowGreen [MVP]" wrote:

> Procedure to manually Re-install Automatic Update Client
> http://www.wsuswiki.com/Proceduretom...icUpdateClient
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> redhoward wrote:
>
> > Good Afternoon MowGreen,
> >
> > Thank you for responding to my post!
> >
> > I have registered all of the files below in the command prompt and all have
> > been accepted with the exception of "net start wuauserv". The command prompt
> > displays the Error 1058 again even after I go through the entire procedure.
> > To the best of my knowledge, I have turned every service in the services list
> > to "automatic" and double checked that the Logon User Profiles are all
> > "Enabled". The only one left is that darn "Automatic Updates" that will not
> > change from "Disabled".
> >
> > Is there any way to restore or reload the service directly or circumvent
> > that darn 1058 error?
> >
> > Thanks again for helping me out!
> >
> > Adam
> >
> > "MowGreen [MVP]" wrote:
> >
> >
> >>Is Remote Procedural Call (RPC) also set to Automatic on startup ?
> >>If yes, then try registering these files from a Command Prompt.
> >>Type in each command exactly as written, *press Enter* after each one:
> >>
> >>Start > Run > type in
> >>
> >>cmd
> >>net stop wuauserv
> >>regsvr32 atl.dll
> >>regsvr32 wuapi.dll
> >>regsvr32 wuaueng.dll
> >>regsvr32 wuaueng1.dll,
> >>regsvr32 wucltui.dll
> >>regsvr32 wups.dll
> >>regsvr32 wups2.dll
> >>regsvr32 msxml3.dll
> >>regsvr32 qmgr.dll
> >>regsvr32 qmgrprxy.dll
> >>net start wuauserv
> >>exit
> >>
> >>See if AU can be started now. You can copy&paste the commands into the
> >>Command Prompt window by *right* clicking right after the prompt and
> >>choosing Paste after you've Copied them.
> >>
> >>MowGreen [MVP 2003-2008]
> >>===============
> >> *-343-* FDNY
> >>Never Forgotten
> >>===============
> >>
> >>
> >>
> >>redhoward wrote:
> >>
> >>
> >>>I am having trouble turning on Automatic Updates. I have been into the
> >>>service menu, checked the properties for Automatic Updates and when I try to
> >>>change Startup Type to Automatic, I get "Error 1058: The service cannot
> >>>started, either because it is disabled or because it has no enabled devices
> >>>associated with it." Both the BIT and Event Log are set to Automatic and
> >>>running properly.
> >>>
> >>>Because of this problem with Automatic Update I am unable to download any
> >>>updates from the Microsoft Update website (I get Error number: 0x8DDD0018).
> >>>Does anyone know how I can get Automatic Updates running again?
> >>>
> >>>Thanks,
> >>>
> >>>Adam
> >>

>

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
CANT GET AUTOMATIC UPDATES TO TURN ON mrmoreau1 microsoft.public.windowsupdate 1 05-16-2008 19:50
I can't turn on automatic updates in services.msc jer39 microsoft.public.windowsupdate 1 04-29-2008 08:13
RE: how to turn off automatic updates. UPDATE DOWNLOADING KB927779 every day microsoft.public.windowsupdate 0 03-27-2008 17:47
Re: Cannot turn on Automatic Updates Cyprusdeal microsoft.public.windowsupdate 0 11-30-2007 14:24
Automatic Update--How to Turn OFF? John microsoft.public.windows.vista.general 5 06-15-2007 21:49




All times are GMT +1. The time now is 07:19.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com , Win7Heads.com and Win8Heads.com.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.0 RC 2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120