Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > code0x80070430

Reply
Thread Tools Display Modes

code0x80070430

 
 
RICK
Guest
Posts: n/a

 
      09-18-2004
my automatic updates have went down about everytime i log off my computer. i
have cheked bits and it is working. the updates says disabled so when i try
to switch over to automatic i get an error message marked for deletion and
then i get a code 0x80070430. i have done all the other remedies for most of
the other codes. and like i said my updates works fine until i log off and
then log back on. but with this new code i can't get to work anymore. can
anyone please help, thanks
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-18-2004
RICK wrote:

> my automatic updates have went down about everytime i log off my computer. i
> have cheked bits and it is working. the updates says disabled so when i try
> to switch over to automatic i get an error message marked for deletion and
> then i get a code 0x80070430. i have done all the other remedies for most of
> the other codes. and like i said my updates works fine until i log off and
> then log back on. but with this new code i can't get to work anymore. can
> anyone please help, thanks

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




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