Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > windows update site just sits on checking for latest version

Reply
Thread Tools Display Modes

windows update site just sits on checking for latest version

 
 
Deb
Guest
Posts: n/a

 
      05-31-2005
I just did a system restore ,and at first windows update seemed to update
itself ok.But then the page closed,and now it just says checking for latest
version and never does anything.Its not a popup blocker or antivirus
program.there are no error messages.ie settings are medium.No mention of this
in the win Update troubelshooter or knowledge base.Can someone help? Thanks
deb
 
Reply With Quote
 
 
 
 
Patti MacLeod
Guest
Posts: n/a

 
      05-31-2005
Hi Deb,

Give this a try..........

Go to Start>Run and key in:
net.exe stop wuauserv
Click on OK or hit ENTER

Go to Start>Run and key in:
regsvr32 wuapi.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 wups.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 wuaueng.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 wuaueng1.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 wucltui.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 wuweb.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 jscript.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 atl.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 softpub.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
regsvr32 msxml3.dll
Click on OK or hit ENTER
Click on OK in the RegSvr32 dialogue box

Start>Run and key in:
net.exe start wuauserv

Now try the Windows Update site.


Alternatively, you could create a command script file to run the above
commands in a Command Prompt window......

Go to Start>Run
Key in:
cmd
Click on OK or hit ENTER

In the Command Prompt window, key in:
notepad registerit.cmd
Hit ENTER

A Notepad window will open with a dialogue box asking if you want to create
a new file. Click on Yes in the dialogue box.

Copy/paste the following, between but not including the asterisks, into the
Notepad window:

*********************
net stop wuauserv

regsvr32 /s wuapi.dll

regsvr32 /s wups.dll

regsvr32 /s wuaueng.dll

regsvr32 /s wuaueng1.dll

regsvr32 /s wucltui.dll

regsvr32 /s wuweb.dll

regsvr32 /s jscript.dll

regsvr32 /s atl.dll

regsvr32 /s softpub.dll

regsvr32 /s msxml3.dll

net start wuauserv
**********************

When finished pasting the above commands into the Notepad window, go to
File>Save then File>Exit.

Back in the Command Prompt window, key in:
registerit.cmd
Then hit ENTER

When the file is done running, and you're back at the C: prompt, key in:
exit
Then hit ENTER

Now try the Windows Update site.







Regards,


--
Patti MacLeod
Microsoft MVP - Windows Shell/User

"Deb" <> wrote in message
news:94C22D17-AA7C-40E2-B8DE-...
> I just did a system restore ,and at first windows update seemed to update
> itself ok.But then the page closed,and now it just says checking for

latest
> version and never does anything.Its not a popup blocker or antivirus
> program.there are no error messages.ie settings are medium.No mention of

this
> in the win Update troubelshooter or knowledge base.Can someone help?

Thanks
> deb



 
Reply With Quote
 
Confalone
Guest
Posts: n/a

 
      06-01-2005
Patti - I've had a similar problem and have been working the message boards
for 2 weeksm trying everytging. YOUR suggestion worked GREAT. You are
indeed a genius and I thank you very much ! Pat Confalone

"Patti MacLeod" wrote:

> Hi Deb,
>
> Give this a try..........
>
> Go to Start>Run and key in:
> net.exe stop wuauserv
> Click on OK or hit ENTER
>
> Go to Start>Run and key in:
> regsvr32 wuapi.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 wups.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 wuaueng.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 wuaueng1.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 wucltui.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 wuweb.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 jscript.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 atl.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 softpub.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> regsvr32 msxml3.dll
> Click on OK or hit ENTER
> Click on OK in the RegSvr32 dialogue box
>
> Start>Run and key in:
> net.exe start wuauserv
>
> Now try the Windows Update site.
>
>
> Alternatively, you could create a command script file to run the above
> commands in a Command Prompt window......
>
> Go to Start>Run
> Key in:
> cmd
> Click on OK or hit ENTER
>
> In the Command Prompt window, key in:
> notepad registerit.cmd
> Hit ENTER
>
> A Notepad window will open with a dialogue box asking if you want to create
> a new file. Click on Yes in the dialogue box.
>
> Copy/paste the following, between but not including the asterisks, into the
> Notepad window:
>
> *********************
> net stop wuauserv
>
> regsvr32 /s wuapi.dll
>
> regsvr32 /s wups.dll
>
> regsvr32 /s wuaueng.dll
>
> regsvr32 /s wuaueng1.dll
>
> regsvr32 /s wucltui.dll
>
> regsvr32 /s wuweb.dll
>
> regsvr32 /s jscript.dll
>
> regsvr32 /s atl.dll
>
> regsvr32 /s softpub.dll
>
> regsvr32 /s msxml3.dll
>
> net start wuauserv
> **********************
>
> When finished pasting the above commands into the Notepad window, go to
> File>Save then File>Exit.
>
> Back in the Command Prompt window, key in:
> registerit.cmd
> Then hit ENTER
>
> When the file is done running, and you're back at the C: prompt, key in:
> exit
> Then hit ENTER
>
> Now try the Windows Update site.
>
>
>
>
>
>
>
> Regards,
>
>
> --
> Patti MacLeod
> Microsoft MVP - Windows Shell/User
>
> "Deb" <> wrote in message
> news:94C22D17-AA7C-40E2-B8DE-...
> > I just did a system restore ,and at first windows update seemed to update
> > itself ok.But then the page closed,and now it just says checking for

> latest
> > version and never does anything.Its not a popup blocker or antivirus
> > program.there are no error messages.ie settings are medium.No mention of

> this
> > in the win Update troubelshooter or knowledge base.Can someone help?

> Thanks
> > deb

>
>
>

 
Reply With Quote
 
Patti MacLeod
Guest
Posts: n/a

 
      06-01-2005
You're very welcome, Pat! :-) I am happy to hear that my recommended fix
has assisted yet another person who has been struggling with that problem.



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User

"Confalone" <> wrote in message
news:C2DC4D13-765D-4721-B9F8-...
> Patti - I've had a similar problem and have been working the message

boards
> for 2 weeksm trying everytging. YOUR suggestion worked GREAT. You are
> indeed a genius and I thank you very much ! Pat Confalone
>
> "Patti MacLeod" wrote:
>
> > Hi Deb,
> >
> > Give this a try..........
> >
> > Go to Start>Run and key in:
> > net.exe stop wuauserv
> > Click on OK or hit ENTER
> >
> > Go to Start>Run and key in:
> > regsvr32 wuapi.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 wups.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 wuaueng.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 wuaueng1.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 wucltui.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 wuweb.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 jscript.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 atl.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 softpub.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > regsvr32 msxml3.dll
> > Click on OK or hit ENTER
> > Click on OK in the RegSvr32 dialogue box
> >
> > Start>Run and key in:
> > net.exe start wuauserv
> >
> > Now try the Windows Update site.
> >
> >
> > Alternatively, you could create a command script file to run the above
> > commands in a Command Prompt window......
> >
> > Go to Start>Run
> > Key in:
> > cmd
> > Click on OK or hit ENTER
> >
> > In the Command Prompt window, key in:
> > notepad registerit.cmd
> > Hit ENTER
> >
> > A Notepad window will open with a dialogue box asking if you want to

create
> > a new file. Click on Yes in the dialogue box.
> >
> > Copy/paste the following, between but not including the asterisks, into

the
> > Notepad window:
> >
> > *********************
> > net stop wuauserv
> >
> > regsvr32 /s wuapi.dll
> >
> > regsvr32 /s wups.dll
> >
> > regsvr32 /s wuaueng.dll
> >
> > regsvr32 /s wuaueng1.dll
> >
> > regsvr32 /s wucltui.dll
> >
> > regsvr32 /s wuweb.dll
> >
> > regsvr32 /s jscript.dll
> >
> > regsvr32 /s atl.dll
> >
> > regsvr32 /s softpub.dll
> >
> > regsvr32 /s msxml3.dll
> >
> > net start wuauserv
> > **********************
> >
> > When finished pasting the above commands into the Notepad window, go to
> > File>Save then File>Exit.
> >
> > Back in the Command Prompt window, key in:
> > registerit.cmd
> > Then hit ENTER
> >
> > When the file is done running, and you're back at the C: prompt, key in:
> > exit
> > Then hit ENTER
> >
> > Now try the Windows Update site.
> >
> >
> >
> >
> >
> >
> >
> > Regards,
> >
> >
> > --
> > Patti MacLeod
> > Microsoft MVP - Windows Shell/User
> >
> > "Deb" <> wrote in message
> > news:94C22D17-AA7C-40E2-B8DE-...
> > > I just did a system restore ,and at first windows update seemed to

update
> > > itself ok.But then the page closed,and now it just says checking for

> > latest
> > > version and never does anything.Its not a popup blocker or antivirus
> > > program.there are no error messages.ie settings are medium.No mention

of
> > this
> > > in the win Update troubelshooter or knowledge base.Can someone help?

> > Thanks
> > > deb

> >
> >
> >



 
Reply With Quote
 
Deb
Guest
Posts: n/a

 
      06-01-2005
Thank you for the info. I already did another system restore,as the first one
was non destructive and seemed to leave alot of files and programs that no
longer worked.Any way its working now after a total wipeout,,but i am saving
your fix so i will have it .I appreciate your taking the time and Im glad to
see someone got help.

"Patti MacLeod" wrote:

> You're very welcome, Pat! :-) I am happy to hear that my recommended fix
> has assisted yet another person who has been struggling with that problem.
>
>
>
> Regards,
>
> --
> Patti MacLeod
> Microsoft MVP - Windows Shell/User
>
> "Confalone" <> wrote in message
> news:C2DC4D13-765D-4721-B9F8-...
> > Patti - I've had a similar problem and have been working the message

> boards
> > for 2 weeksm trying everytging. YOUR suggestion worked GREAT. You are
> > indeed a genius and I thank you very much ! Pat Confalone
> >
> > "Patti MacLeod" wrote:
> >
> > > Hi Deb,
> > >
> > > Give this a try..........
> > >
> > > Go to Start>Run and key in:
> > > net.exe stop wuauserv
> > > Click on OK or hit ENTER
> > >
> > > Go to Start>Run and key in:
> > > regsvr32 wuapi.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 wups.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 wuaueng.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 wuaueng1.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 wucltui.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 wuweb.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 jscript.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 atl.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 softpub.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > regsvr32 msxml3.dll
> > > Click on OK or hit ENTER
> > > Click on OK in the RegSvr32 dialogue box
> > >
> > > Start>Run and key in:
> > > net.exe start wuauserv
> > >
> > > Now try the Windows Update site.
> > >
> > >
> > > Alternatively, you could create a command script file to run the above
> > > commands in a Command Prompt window......
> > >
> > > Go to Start>Run
> > > Key in:
> > > cmd
> > > Click on OK or hit ENTER
> > >
> > > In the Command Prompt window, key in:
> > > notepad registerit.cmd
> > > Hit ENTER
> > >
> > > A Notepad window will open with a dialogue box asking if you want to

> create
> > > a new file. Click on Yes in the dialogue box.
> > >
> > > Copy/paste the following, between but not including the asterisks, into

> the
> > > Notepad window:
> > >
> > > *********************
> > > net stop wuauserv
> > >
> > > regsvr32 /s wuapi.dll
> > >
> > > regsvr32 /s wups.dll
> > >
> > > regsvr32 /s wuaueng.dll
> > >
> > > regsvr32 /s wuaueng1.dll
> > >
> > > regsvr32 /s wucltui.dll
> > >
> > > regsvr32 /s wuweb.dll
> > >
> > > regsvr32 /s jscript.dll
> > >
> > > regsvr32 /s atl.dll
> > >
> > > regsvr32 /s softpub.dll
> > >
> > > regsvr32 /s msxml3.dll
> > >
> > > net start wuauserv
> > > **********************
> > >
> > > When finished pasting the above commands into the Notepad window, go to
> > > File>Save then File>Exit.
> > >
> > > Back in the Command Prompt window, key in:
> > > registerit.cmd
> > > Then hit ENTER
> > >
> > > When the file is done running, and you're back at the C: prompt, key in:
> > > exit
> > > Then hit ENTER
> > >
> > > Now try the Windows Update site.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Regards,
> > >
> > >
> > > --
> > > Patti MacLeod
> > > Microsoft MVP - Windows Shell/User
> > >
> > > "Deb" <> wrote in message
> > > news:94C22D17-AA7C-40E2-B8DE-...
> > > > I just did a system restore ,and at first windows update seemed to

> update
> > > > itself ok.But then the page closed,and now it just says checking for
> > > latest
> > > > version and never does anything.Its not a popup blocker or antivirus
> > > > program.there are no error messages.ie settings are medium.No mention

> of
> > > this
> > > > in the win Update troubelshooter or knowledge base.Can someone help?
> > > Thanks
> > > > deb
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Patti MacLeod
Guest
Posts: n/a

 
      06-01-2005
You're welcome for the info :-)



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User

"Deb" <> wrote in message
news:226B02D4-10BB-43CA-A1C6-...
> Thank you for the info. I already did another system restore,as the first

one
> was non destructive and seemed to leave alot of files and programs that no
> longer worked.Any way its working now after a total wipeout,,but i am

saving
> your fix so i will have it .I appreciate your taking the time and Im glad

to
> see someone got help.
>
> "Patti MacLeod" wrote:
>
> > You're very welcome, Pat! :-) I am happy to hear that my recommended

fix
> > has assisted yet another person who has been struggling with that

problem.
> >
> >
> >
> > Regards,
> >
> > --
> > Patti MacLeod
> > Microsoft MVP - Windows Shell/User
> >
> > "Confalone" <> wrote in message
> > news:C2DC4D13-765D-4721-B9F8-...
> > > Patti - I've had a similar problem and have been working the message

> > boards
> > > for 2 weeksm trying everytging. YOUR suggestion worked GREAT. You

are
> > > indeed a genius and I thank you very much ! Pat Confalone
> > >
> > > "Patti MacLeod" wrote:
> > >
> > > > Hi Deb,
> > > >
> > > > Give this a try..........
> > > >
> > > > Go to Start>Run and key in:
> > > > net.exe stop wuauserv
> > > > Click on OK or hit ENTER
> > > >
> > > > Go to Start>Run and key in:
> > > > regsvr32 wuapi.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 wups.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 wuaueng.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 wuaueng1.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 wucltui.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 wuweb.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 jscript.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 atl.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 softpub.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > regsvr32 msxml3.dll
> > > > Click on OK or hit ENTER
> > > > Click on OK in the RegSvr32 dialogue box
> > > >
> > > > Start>Run and key in:
> > > > net.exe start wuauserv
> > > >
> > > > Now try the Windows Update site.
> > > >
> > > >
> > > > Alternatively, you could create a command script file to run the

above
> > > > commands in a Command Prompt window......
> > > >
> > > > Go to Start>Run
> > > > Key in:
> > > > cmd
> > > > Click on OK or hit ENTER
> > > >
> > > > In the Command Prompt window, key in:
> > > > notepad registerit.cmd
> > > > Hit ENTER
> > > >
> > > > A Notepad window will open with a dialogue box asking if you want to

> > create
> > > > a new file. Click on Yes in the dialogue box.
> > > >
> > > > Copy/paste the following, between but not including the asterisks,

into
> > the
> > > > Notepad window:
> > > >
> > > > *********************
> > > > net stop wuauserv
> > > >
> > > > regsvr32 /s wuapi.dll
> > > >
> > > > regsvr32 /s wups.dll
> > > >
> > > > regsvr32 /s wuaueng.dll
> > > >
> > > > regsvr32 /s wuaueng1.dll
> > > >
> > > > regsvr32 /s wucltui.dll
> > > >
> > > > regsvr32 /s wuweb.dll
> > > >
> > > > regsvr32 /s jscript.dll
> > > >
> > > > regsvr32 /s atl.dll
> > > >
> > > > regsvr32 /s softpub.dll
> > > >
> > > > regsvr32 /s msxml3.dll
> > > >
> > > > net start wuauserv
> > > > **********************
> > > >
> > > > When finished pasting the above commands into the Notepad window, go

to
> > > > File>Save then File>Exit.
> > > >
> > > > Back in the Command Prompt window, key in:
> > > > registerit.cmd
> > > > Then hit ENTER
> > > >
> > > > When the file is done running, and you're back at the C: prompt, key

in:
> > > > exit
> > > > Then hit ENTER
> > > >
> > > > Now try the Windows Update site.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Regards,
> > > >
> > > >
> > > > --
> > > > Patti MacLeod
> > > > Microsoft MVP - Windows Shell/User
> > > >
> > > > "Deb" <> wrote in message
> > > > news:94C22D17-AA7C-40E2-B8DE-...
> > > > > I just did a system restore ,and at first windows update seemed to

> > update
> > > > > itself ok.But then the page closed,and now it just says checking

for
> > > > latest
> > > > > version and never does anything.Its not a popup blocker or

antivirus
> > > > > program.there are no error messages.ie settings are medium.No

mention
> > of
> > > > this
> > > > > in the win Update troubelshooter or knowledge base.Can someone

help?
> > > > Thanks
> > > > > deb
> > > >
> > > >
> > > >

> >
> >
> >



 
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
Checking for the latest version of the Windows Update software then nothing zindo Windows Update 2 04-05-2005 04:46 AM
Checking for the latest version of the Windows Update software... partcherrokee Windows Update 1 08-27-2004 07:21 AM
Checking for the latest version of the Windows Update software Neil Everitt Windows Update 2 08-15-2004 07:57 PM
Checking for latest version of windows update software.... Tamra Windows Update 1 05-03-2004 05:50 AM
Checking for the latest version of the Windows Update huzefa Windows Update 1 09-22-2003 07:21 PM



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