Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Never Ending Scanning for Updates

Reply
Thread Tools Display Modes

Never Ending Scanning for Updates

 
 
John
Guest
Posts: n/a

 
      07-14-2006
I have XPSP2 and scanning for updates goes on and on, never ending. It seems
to have started after they combine Windows Updates with Office Updates. Is
anybody else seeing this problem? Is there a solution?
 
Reply With Quote
 
 
 
 
HELP!!!!
Guest
Posts: n/a

 
      07-14-2006


"John" wrote:

> I have XPSP2 and scanning for updates goes on and on, never ending. It seems
> to have started after they combine Windows Updates with Office Updates. Is
> anybody else seeing this problem? Is there a solution?


my updates take a long time to scan because it seems to be using 100% of the
cpu. not sure if thats the problem youre experiencing as well. i have been
asking about this sort of problem for awhile but havnt received an answer.
 
Reply With Quote
 
clair
Guest
Posts: n/a

 
      07-14-2006
if there is a solution could you pls tell me as well!!
i had to do a complete reinstall yesterday so only have bare minimum XP
(only SP1)
i can't get sp2 or the other critical updates
the auto update is on ofc but that don't seem to be doing anything either
tis bloody annoying

"HELP!!!!" wrote:

>
>
> "John" wrote:
>
> > I have XPSP2 and scanning for updates goes on and on, never ending. It seems
> > to have started after they combine Windows Updates with Office Updates. Is
> > anybody else seeing this problem? Is there a solution?

>
> my updates take a long time to scan because it seems to be using 100% of the
> cpu. not sure if thats the problem youre experiencing as well. i have been
> asking about this sort of problem for awhile but havnt received an answer.

 
Reply With Quote
 
crad
Guest
Posts: n/a

 
      07-14-2006


"Stewart" wrote:

> John <> wrote:
> >
> > I have XPSP2 and scanning for updates goes on
> > and on, never ending. It seems to have started
> > after they combine Windows Updates with Office
> > Updates. Is anybody else seeing this problem?
> > Is there a solution?

>
>
> Open the Event Viewer ("eventvwr.exe" in the "system32" folder) and
> see if it lists any errors. Look for errors related to Automatic
> LiveUpdate Scheduler (most likely under the "Applications" tab). An
> error there might offer a clue to the problem.
>
> stewart
>

I am having the same exact problem. I "upgraded" to Microsoft Update and
then tried to get the July updates. My CPU usage goes to 100% and the update
runs forever but never connects. Prior to "upgrading to Microsoft Update" I
had NO PROBLEMS. This is clearly NOT an isolated problem. Any constuctive
help is needed.
 
Reply With Quote
 
Unk
Guest
Posts: n/a

 
      07-14-2006
On Thu, 13 Jul 2006 21:38:13 -0700, John <> wrote:

>I have XPSP2 and scanning for updates goes on and on, never ending. It seems
>to have started after they combine Windows Updates with Office Updates. Is
>anybody else seeing this problem? Is there a solution?



This should fix most of the Windows Update problems...

Double-click "My Computer", and your C:\ drive
Right-click a blank area and select "New", and "Text Document"
Double-click the "New Text Document.txt"
Copy and paste the below into the "New Text Document.txt": (Include the blank line at the end)

------------- copy below this line -----------------------
net.exe stop wuauserv
cd /d %windir%
rd /s softwaredistribution
regsvr32 %windir%\system32\wuapi.dll
regsvr32 %windir%\system32\wuaueng1.dll
regsvr32 %windir%\system32\wuaueng.dll
regsvr32 %windir%\system32\wucltui.dll
regsvr32 %windir%\system32\wups.dll
regsvr32 %windir%\system32\wuweb.dll
regsvr32 %windir%\system32\jscript.dll
regsvr32 %windir%\system32\atl.dll
regsvr32 %windir%\system32\softpub.dll
regsvr32 %windir%\system32\msxml3.dll
net start cryptsvc
regsvr32 %windir%\system32\wintrust.dll
regsvr32 %windir%\system32\initpki.dll
regsvr32 %windir%\system32\dssenh.dll
regsvr32 %windir%\system32\rsaenh.dll
regsvr32 %windir%\system32\gpkcsp.dll
regsvr32 %windir%\system32\sccbase.dll
regsvr32 %windir%\system32\slbcsp.dll
regsvr32 %windir%\system32\cryptdlg.dll
net.exe start wuauserv

------------- copy above this line -----------------------

Click "File", "Save", "File", "Exit"

Right-click the "New Text Document.txt" and select "Rename"
Rename it to: wufix.bat Press Enter, and answer "Yes" on the change of extension type...

Double-click the "wufix.bat" file.
You can ignore any error messages.
If the "wufix.bat" window stays open too long, press the "Windows" key to get back to the
desktop to see what, if any, messages it produced. At most, you might have to click an OK.

When it's done, try Windows Update again.

You will lose your Update Install history, but that doesn't matter.
Windows Update will take considerably longer than usual because it has to rebuild the
"C:\Windows\SoftwareDistribution" folder, so be patient for 5-10 minutes.



If that fails, see news:XnYpg.7269$

 
Reply With Quote
 
crad
Guest
Posts: n/a

 
      07-14-2006


"Unk" wrote:

> On Thu, 13 Jul 2006 21:38:13 -0700, John <> wrote:
>
> >I have XPSP2 and scanning for updates goes on and on, never ending. It seems
> >to have started after they combine Windows Updates with Office Updates. Is
> >anybody else seeing this problem? Is there a solution?

>
>
> This should fix most of the Windows Update problems...
>
> Double-click "My Computer", and your C:\ drive
> Right-click a blank area and select "New", and "Text Document"
> Double-click the "New Text Document.txt"
> Copy and paste the below into the "New Text Document.txt": (Include the blank line at the end)
>
> ------------- copy below this line -----------------------
> net.exe stop wuauserv
> cd /d %windir%
> rd /s softwaredistribution
> regsvr32 %windir%\system32\wuapi.dll
> regsvr32 %windir%\system32\wuaueng1.dll
> regsvr32 %windir%\system32\wuaueng.dll
> regsvr32 %windir%\system32\wucltui.dll
> regsvr32 %windir%\system32\wups.dll
> regsvr32 %windir%\system32\wuweb.dll
> regsvr32 %windir%\system32\jscript.dll
> regsvr32 %windir%\system32\atl.dll
> regsvr32 %windir%\system32\softpub.dll
> regsvr32 %windir%\system32\msxml3.dll
> net start cryptsvc
> regsvr32 %windir%\system32\wintrust.dll
> regsvr32 %windir%\system32\initpki.dll
> regsvr32 %windir%\system32\dssenh.dll
> regsvr32 %windir%\system32\rsaenh.dll
> regsvr32 %windir%\system32\gpkcsp.dll
> regsvr32 %windir%\system32\sccbase.dll
> regsvr32 %windir%\system32\slbcsp.dll
> regsvr32 %windir%\system32\cryptdlg.dll
> net.exe start wuauserv
>
> ------------- copy above this line -----------------------
>
> Click "File", "Save", "File", "Exit"
>
> Right-click the "New Text Document.txt" and select "Rename"
> Rename it to: wufix.bat Press Enter, and answer "Yes" on the change of extension type...
>
> Double-click the "wufix.bat" file.
> You can ignore any error messages.
> If the "wufix.bat" window stays open too long, press the "Windows" key to get back to the
> desktop to see what, if any, messages it produced. At most, you might have to click an OK.
>
> When it's done, try Windows Update again.
>
> You will lose your Update Install history, but that doesn't matter.
> Windows Update will take considerably longer than usual because it has to rebuild the
> "C:\Windows\SoftwareDistribution" folder, so be patient for 5-10 minutes.
>
>
>
> If that fails, see news:XnYpg.7269$
>

Unk

Will this also work for Microsoft Update? Thanks for your help.
>

 
Reply With Quote
 
John
Guest
Posts: n/a

 
      07-15-2006
This FIX my never ending scanning for updates, this also blew alway Microsoft
Update and now I have Windows Update which is good and fine with me. Thanks
EVERYONE

"crad" wrote:

>
>
> "Unk" wrote:
>
> > On Thu, 13 Jul 2006 21:38:13 -0700, John <> wrote:
> >
> > >I have XPSP2 and scanning for updates goes on and on, never ending. It seems
> > >to have started after they combine Windows Updates with Office Updates. Is
> > >anybody else seeing this problem? Is there a solution?

> >
> >
> > This should fix most of the Windows Update problems...
> >
> > Double-click "My Computer", and your C:\ drive
> > Right-click a blank area and select "New", and "Text Document"
> > Double-click the "New Text Document.txt"
> > Copy and paste the below into the "New Text Document.txt": (Include the blank line at the end)
> >
> > ------------- copy below this line -----------------------
> > net.exe stop wuauserv
> > cd /d %windir%
> > rd /s softwaredistribution
> > regsvr32 %windir%\system32\wuapi.dll
> > regsvr32 %windir%\system32\wuaueng1.dll
> > regsvr32 %windir%\system32\wuaueng.dll
> > regsvr32 %windir%\system32\wucltui.dll
> > regsvr32 %windir%\system32\wups.dll
> > regsvr32 %windir%\system32\wuweb.dll
> > regsvr32 %windir%\system32\jscript.dll
> > regsvr32 %windir%\system32\atl.dll
> > regsvr32 %windir%\system32\softpub.dll
> > regsvr32 %windir%\system32\msxml3.dll
> > net start cryptsvc
> > regsvr32 %windir%\system32\wintrust.dll
> > regsvr32 %windir%\system32\initpki.dll
> > regsvr32 %windir%\system32\dssenh.dll
> > regsvr32 %windir%\system32\rsaenh.dll
> > regsvr32 %windir%\system32\gpkcsp.dll
> > regsvr32 %windir%\system32\sccbase.dll
> > regsvr32 %windir%\system32\slbcsp.dll
> > regsvr32 %windir%\system32\cryptdlg.dll
> > net.exe start wuauserv
> >
> > ------------- copy above this line -----------------------
> >
> > Click "File", "Save", "File", "Exit"
> >
> > Right-click the "New Text Document.txt" and select "Rename"
> > Rename it to: wufix.bat Press Enter, and answer "Yes" on the change of extension type...
> >
> > Double-click the "wufix.bat" file.
> > You can ignore any error messages.
> > If the "wufix.bat" window stays open too long, press the "Windows" key to get back to the
> > desktop to see what, if any, messages it produced. At most, you might have to click an OK.
> >
> > When it's done, try Windows Update again.
> >
> > You will lose your Update Install history, but that doesn't matter.
> > Windows Update will take considerably longer than usual because it has to rebuild the
> > "C:\Windows\SoftwareDistribution" folder, so be patient for 5-10 minutes.
> >
> >
> >
> > If that fails, see news:XnYpg.7269$
> >

> Unk
>
> Will this also work for Microsoft Update? Thanks for your help.
> >

 
Reply With Quote
 
Unk
Guest
Posts: n/a

 
      07-15-2006
You're welcome.

On Fri, 14 Jul 2006 20:48:01 -0700, John <> wrote:

>This FIX my never ending scanning for updates, this also blew alway Microsoft
>Update and now I have Windows Update which is good and fine with me. Thanks
>EVERYONE
>
>"crad" wrote:
>
>>
>>
>> "Unk" wrote:
>>
>> > On Thu, 13 Jul 2006 21:38:13 -0700, John <> wrote:
>> >
>> > >I have XPSP2 and scanning for updates goes on and on, never ending. It seems
>> > >to have started after they combine Windows Updates with Office Updates. Is
>> > >anybody else seeing this problem? Is there a solution?
>> >
>> >
>> > This should fix most of the Windows Update problems...
>> >
>> > Double-click "My Computer", and your C:\ drive
>> > Right-click a blank area and select "New", and "Text Document"
>> > Double-click the "New Text Document.txt"
>> > Copy and paste the below into the "New Text Document.txt": (Include the blank line at the end)
>> >
>> > ------------- copy below this line -----------------------
>> > net.exe stop wuauserv
>> > cd /d %windir%
>> > rd /s softwaredistribution
>> > regsvr32 %windir%\system32\wuapi.dll
>> > regsvr32 %windir%\system32\wuaueng1.dll
>> > regsvr32 %windir%\system32\wuaueng.dll
>> > regsvr32 %windir%\system32\wucltui.dll
>> > regsvr32 %windir%\system32\wups.dll
>> > regsvr32 %windir%\system32\wuweb.dll
>> > regsvr32 %windir%\system32\jscript.dll
>> > regsvr32 %windir%\system32\atl.dll
>> > regsvr32 %windir%\system32\softpub.dll
>> > regsvr32 %windir%\system32\msxml3.dll
>> > net start cryptsvc
>> > regsvr32 %windir%\system32\wintrust.dll
>> > regsvr32 %windir%\system32\initpki.dll
>> > regsvr32 %windir%\system32\dssenh.dll
>> > regsvr32 %windir%\system32\rsaenh.dll
>> > regsvr32 %windir%\system32\gpkcsp.dll
>> > regsvr32 %windir%\system32\sccbase.dll
>> > regsvr32 %windir%\system32\slbcsp.dll
>> > regsvr32 %windir%\system32\cryptdlg.dll
>> > net.exe start wuauserv
>> >
>> > ------------- copy above this line -----------------------
>> >
>> > Click "File", "Save", "File", "Exit"
>> >
>> > Right-click the "New Text Document.txt" and select "Rename"
>> > Rename it to: wufix.bat Press Enter, and answer "Yes" on the change of extension type...
>> >
>> > Double-click the "wufix.bat" file.
>> > You can ignore any error messages.
>> > If the "wufix.bat" window stays open too long, press the "Windows" key to get back to the
>> > desktop to see what, if any, messages it produced. At most, you might have to click an OK.
>> >
>> > When it's done, try Windows Update again.
>> >
>> > You will lose your Update Install history, but that doesn't matter.
>> > Windows Update will take considerably longer than usual because it has to rebuild the
>> > "C:\Windows\SoftwareDistribution" folder, so be patient for 5-10 minutes.
>> >
>> >
>> >
>> > If that fails, see news:XnYpg.7269$
>> >

>> Unk
>>
>> Will this also work for Microsoft Update? Thanks for your help.
>> >


 
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
Never Ending Updates David Rickard Windows Update 4 01-12-2005 09:45 PM
Not scanning for updates. Dag N Windows Update 4 06-09-2004 04:58 PM
Scanning for updates Susan Windows Update 2 01-21-2004 04:28 PM
scanning for updates Cheryl Windows Update 2 12-27-2003 05:24 PM
never ending updates maxj Windows Update 2 09-22-2003 08:44 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