Continual updates

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

For the past two or three months, I have received Windows update kb967715
once or twice a day.

What's going on here?
 
Hi Ed,

Show it as installed. Modify line 369 (right hand side):
http://www.kellys-korner-xp.com/xp_tweaks.htm

Change KB890859 to KB967715

'xp_KB890859 - Prevents Windows Update from prompting you to install
'Hotfix KB890859 , after you have already installed it.
'© Kelly Theriot - 4/18/2005

Set WshShell = CreateObject("WScript.Shell")
X = WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\HotFix\KB890859\Fix Description")

If X = "Windows XP Hotfix - KB890859" Then
WshShell.RegWrite
"HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\KB890859\","Needed
to prevent Win Update from prompting for this install"
Set WshShell = Nothing

Message = "Windows Update should no longer prompt" & vbCR
Message = Message & "for Hotfix KB890859 to be installed." & vbCR & vbCR
Message = Message & "© 2005 - Kelly Theriot "

MsgBox Message, vbOkOnly, "Finished!"

Else

Message = "The Registry was checked and it doesn't appear" & vbCR
Message = Message & "that Hotfix KB890859 was ever installed." & vbCR
Message = Message & "no changes were made to your system." & vbCR & vbCR
Message = Message & "© 2005 - Kelly Theriot "

MsgBox Message, vbInformation, "No changes made!"

End If

Set WshShell = Nothing


--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm
 
For the past two or three months, I have received Windows update kb967715
once or twice a day.

What's going on here?

Should have asked this in

microsoft.public.windowsupdate

I just crossposted it to that group.
 
Randall said:
Should have asked this in

microsoft.public.windowsupdate

I just crossposted it to that group.


The 2 most likely causes for the update failing to install are, in
descending order:

1) Roxio's DLA component, or something similar, that prevents the
registry subkey from being originally set or, deletes it after a restart
and restores "it's" setting.

2) Security software that is preventing the registry key from being set
or the replacement of shell32.dll

The quickest way to get KB967715 installed is to Clean boot the system
and then install the update: http://support.microsoft.com/kb/310353
Reboot afterwards.

Did that get it installed ?


MowGreen
===============
*-343-* FDNY
Never Forgotten
===============
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top