Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Enabling BITS

Reply
Thread Tools Display Modes

Enabling BITS

 
 
CaptnKirk
Guest
Posts: n/a

 
      09-18-2004
I have gone through the threads for my original error message 0x80070424 and
a subsequent error message 0x80070005 and am still unable to run automated
updates. Now when I try to get automated updates I just get "update failed"
and no error message.

When I try to download BITS from the Website directly, I get a message that
service Pac Version is newer than you are applying - No need to install this
update.

When I run Services.msc, I get a message "could not start BITS Service on
local computer. It gives me Error number 2 "The system cannot find the
specified file." Automated updates does now say Startup type: Automatic and
Service Status" Started

How can I fix BITS so Automated Updates will work?"
--
Kirk
 
Reply With Quote
 
 
 
 
Carey Frisch [MVP]
Guest
Posts: n/a

 
      09-18-2004
You receive a "The necessary services are disabled or unavailable" error message
when you connect to the Microsoft Windows Update Web site
http://support.microsoft.com/default...2&Product=wupd

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/secu...t/default.aspx

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

"CaptnKirk" wrote:

| I have gone through the threads for my original error message 0x80070424 and
| a subsequent error message 0x80070005 and am still unable to run automated
| updates. Now when I try to get automated updates I just get "update failed"
| and no error message.
|
| When I try to download BITS from the Website directly, I get a message that
| service Pac Version is newer than you are applying - No need to install this
| update.
|
| When I run Services.msc, I get a message "could not start BITS Service on
| local computer. It gives me Error number 2 "The system cannot find the
| specified file." Automated updates does now say Startup type: Automatic and
| Service Status" Started
|
| How can I fix BITS so Automated Updates will work?"
| --
| Kirk
 
Reply With Quote
 
CaptnKirk
Guest
Posts: n/a

 
      09-18-2004
After following these instructions BITS comes up as manual and you can start
and stop it, you can even switch to Automatic and start and stop it, however
Automatic Updates has been disabled and if you go back and try to turn it
back on it says "Service is marked for deletion". After rebooting and going
to WU, you get error message 0x80070424.

What is my next step?

"Carey Frisch [MVP]" wrote:

> You receive a "The necessary services are disabled or unavailable" error message
> when you connect to the Microsoft Windows Update Web site
> http://support.microsoft.com/default...2&Product=wupd
>
> --
> Carey Frisch
> Microsoft MVP
> Windows XP - Shell/User
>
> Be Smart! Protect Your PC!
> http://www.microsoft.com/athome/secu...t/default.aspx
>
> ------------------------------------------------------------------------------------
>
> "CaptnKirk" wrote:
>
> | I have gone through the threads for my original error message 0x80070424 and
> | a subsequent error message 0x80070005 and am still unable to run automated
> | updates. Now when I try to get automated updates I just get "update failed"
> | and no error message.
> |
> | When I try to download BITS from the Website directly, I get a message that
> | service Pac Version is newer than you are applying - No need to install this
> | update.
> |
> | When I run Services.msc, I get a message "could not start BITS Service on
> | local computer. It gives me Error number 2 "The system cannot find the
> | specified file." Automated updates does now say Startup type: Automatic and
> | Service Status" Started
> |
> | How can I fix BITS so Automated Updates will work?"
> | --
> | Kirk
>

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
CaptnKirk wrote:


> "Carey Frisch [MVP]" wrote:
>
>> You receive a "The necessary services are disabled or unavailable" error
>> message when you connect to the Microsoft Windows Update Web site
>> http://support.microsoft.com/default...2&Product=wupd

>
> After following these instructions BITS comes up as manual and you can start
> and stop it, you can even switch to Automatic and start and stop it, however
> Automatic Updates has been disabled and if you go back and try to turn it
> back on it says "Service is marked for deletion". After rebooting and going
> to WU, you get error message 0x80070424.
>
> What is my next step?

Hi

Try this:

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

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\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
 
Reply With Quote
 
CaptnKirk
Guest
Posts: n/a

 
      09-18-2004
I followed your directions precisely and after the 2nd reboot I went to
services.msc to check on AU and it still comes up as disabled. When you try
to change it, you still get the message "Service is marked for deletion" and
you cannot make any changes.

Where do I go from here?

"Torgeir Bakken (MVP)" wrote:

> CaptnKirk wrote:
>
>
> > "Carey Frisch [MVP]" wrote:
> >
> >> You receive a "The necessary services are disabled or unavailable" error
> >> message when you connect to the Microsoft Windows Update Web site
> >> http://support.microsoft.com/default...2&Product=wupd

> >
> > After following these instructions BITS comes up as manual and you can start
> > and stop it, you can even switch to Automatic and start and stop it, however
> > Automatic Updates has been disabled and if you go back and try to turn it
> > back on it says "Service is marked for deletion". After rebooting and going
> > to WU, you get error message 0x80070424.
> >
> > What is my next step?

> Hi
>
> Try this:
>
> Start regedit.exe and delete the following key (contains the WU
> service configuration):
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\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
>

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
CaptnKirk wrote:

> I followed your directions precisely and after the 2nd reboot I
> went to services.msc to check on AU and it still comes up as
> disabled. When you try to change it, you still get the message
> "Service is marked for deletion" and you cannot make any changes.

Hi

Could you please export the following registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
to a file, create a ZIP file of it and email it to me (remove -spam
from my e-mail address).


--
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
 
Reply With Quote
 
CaptnKirk
Guest
Posts: n/a

 
      09-18-2004
Would microsoft.public.windowsupdate and Torgeir Bakken in the Subject line
be correct for the email address?

"Torgeir Bakken (MVP)" wrote:

> CaptnKirk wrote:
>
> > I followed your directions precisely and after the 2nd reboot I
> > went to services.msc to check on AU and it still comes up as
> > disabled. When you try to change it, you still get the message
> > "Service is marked for deletion" and you cannot make any changes.

> Hi
>
> Could you please export the following registry key
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
> to a file, create a ZIP file of it and email it to me (remove -spam
> from my e-mail address).
>
>
> --
> 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
>

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
CaptnKirk wrote:

> Would microsoft.public.windowsupdate and Torgeir Bakken in the
> Subject line be correct for the email address?

Hi

torgeir.bakken at hydro.com

(replace " at " with @)


--
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
 
Reply With Quote
 
CaptnKirk
Guest
Posts: n/a

 
      09-18-2004
It's on the way and I hope you have everything you need.

"Torgeir Bakken (MVP)" wrote:

> CaptnKirk wrote:
>
> > Would microsoft.public.windowsupdate and Torgeir Bakken in the
> > Subject line be correct for the email address?

> Hi
>
> torgeir.bakken at hydro.com
>
> (replace " at " with @)
>
>
> --
> 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
>

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
Torgeir Bakken (MVP) wrote:

> CaptnKirk wrote:
>
>> I followed your directions precisely and after the 2nd reboot I
>> went to services.msc to check on AU and it still comes up as
>> disabled. When you try to change it, you still get the message
>> "Service is marked for deletion" and you cannot make any changes.

>
>
> Could you please export the following registry key
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv
> to a file, create a ZIP file of it and email it to me (remove -spam
> from my e-mail address).

Hi

Looking at your registry file, I find a DeleteFlag value that is set
to 1 (REG_DWORD) under the wuauserv key.

Delete the DeleteFlag value, and set the Start value to 2 before
you restart the computer.

Hope this helps.


--
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
 
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

BB 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
Vista 32 bits to Vista 64 bits without loosing apps. Redd Windows Vista Installation 12 12-01-2007 10:26 PM
Internet Explorer 7 (32-bits) keeps on freezing wile the 64-bits works OK in Vista 64 Trond Ruud Windows Vista General Discussion 2 06-16-2007 03:30 PM
Why does x86 mean 64 bits while x32 means 32 bits? Elliot Windows Vista General Discussion 12 05-17-2007 08:21 PM
Digital signature for 32 bits and 64 bits question. hsphuah@usa.com Windows Vista Drivers 2 01-18-2006 12:14 AM
lost everything from 32 bits to 8 bits JAC Windows Update 4 11-03-2003 07:23 AM



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