Jump to content

HOTFIXES: Win2000 SP4, WinXP SP2, WinXP SP3 and Win2003 SP2


Recommended Posts


Please add the follwing to the first post in the thread...thanks.

UPDATE LOG

November 12, 2007

Added KB943460 for WinXP SP2 and Win2K3 SP2

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

MS WINDOWS 2003 SERVER SP2 - (24)

*** NEW ***

KB943460 -> Vulnerability in Windows URI Handling could allow remote code execution

Download -› 3.2 MB (November 12, 2007)

Switches: KB943460.exe /q /n /z

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

MS WINDOWS XP PRO SP2 - (86)

*** NEW ***

KB943460 -> Vulnerability in Windows URI Handling could allow remote code execution

Download -› 3.0 MB (November 12, 2007)

Switches: KB943460.exe /q /n /z

And the ever popular update of KB890830

Link to comment
Share on other sites

  • 2 weeks later...

in case if somebody is interested to force a restart on windows update service

works like a charm in my project .

;----------------------------------------------------------------------------
Func _kill_windowsupdate ( )
; Stop the Automatic Updates Service
RunWait(@SystemDir & "\net.exe stop wuauserv", "", @SW_HIDE)
Sleep ( 250 )
; start the Automatic Updates Service
RunWait(@SystemDir & "\net.exe start wuauserv", "", @SW_HIDE)
; beg Automatic Updates Service to [re]check for missing updates
Sleep ( 250 )
RunWait(@SystemDir & "\wuauclt.exe /resetauthorization /detectnow")
EndFunc
;----------------------------------------------------------------------------

Link to comment
Share on other sites

Thanks, but actually I was looking for the actually install file for KB892130. I'd like to integrate it with my unattended DVD. But now I see that KB905474 is on the update list instead of KB892130.

I'm now officially confused. Can anyone explain this?

Link to comment
Share on other sites

There is no install file for KB892130 to my knowledge; you can download LegitCheckControl.cab and slipstream it with HFSLIP.

KB905474 is the "Windows Genuine Advantage Notifications application" and KB892130 is the "Windows Genuine Advantage Validation Tool"; they're different things.

Edited by Fox Mulder
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...