its xp pro.
I renamed windowsupdate.log (old) because I thought 1500k was
pretty big, might have been slowing it down. this had no effect.
windows update from IE6 and IE7 works fine.
I dont understand the log and I dont know why it ramps the cpu
every time I reboot this machine. this has been going on for
about 3 months and I am tired of that.
how do I reinstall windows update totally
or reslove this problem?
thanks
James
Here's a temporary workaround. Go to Start > Run > type in
net stop wuauserv
Click OK or press Enter
Show hidden files, folders, and system files
http://www.bleepingcomputer.com/tutorials/tutorial62.html#winxp
Navigate to WINDOWS\SoftwareDistribution\DataStore
Delete the *contents* of the Logs folder and delete DataStore.edb
NOTE: Deleting the above will mean that the update history shown at
Windows|Microsoft Update will be cleared. Until updates are once again
done from either site, nothing will be listed.
Open the WINDOWS\SoftwareDistribution\Download folder and delete *all*
contents.
Close the window
Empty the Recyle Bin
Go back to Start > Run > type in
net start wuauserv
Click OK or press Enter
MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============
MG
===copy below===
@echo off
net stop wuauserv
cd\
cd windows
cd softwaredistribution
cd datastore
del * /q
cd logs
del * /q
cd..
cd..
cd download
del * /q
net start wuauserv
> cd\
> cd windows
> cd softwaredistribution
> cd datastore
You may wanna shorten that to a
cd /d %windir%\Softwaredistribution\datastore
just in case.
Bye,
Freudi
I created this batch file (which also re-registers the Windows update
components), and it has been successful on some systems and not on others.
---
REM Reregister WU components
REGSVR32 WUAPI.DLL
REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL
REM Cleanup WU files
net stop WuAuServ
rd /S /Q "%windir%\SoftwareDistribution"
net start WuAuServ
---
I've also installed KB927891 - which I thought was working, but appears to
not be the solution. Strangely, I recently downloaded/installed KB929338 on
a system and noted svchost.exe appeared to max out at only 50%, so the system
was otherwise useable.
I really hope Microsoft resolves this one soon...
You might want to tried the outfix, i think it did solve the problem on case
by case basis. I read through some newsgroups previously, it does work for
some other people.
How knowledgable about doing things are you? Do you know how to start and
stop services? How to run a .cmd file? If not, you'll need access to
someone who does to avoid problems. The following assumes you're on Windows
XP but will probably work OK for Win2k as well. If you're confident about
what you're doing, then try the following first - only if it doesn't work,
then there's another level of stuff that can be done following:
1. Stop and Disable Automatic Updates, Background Intelligent Transfer
Service and the Cryptographic Service.
2. Rename the folder %SystemRoot%\SoftwareDistribution to
%SystemRoot%\OldSoftwareDistribution
3. Open Notepad and create a file containing the following:
REGSVR32 WUAPI.DLL
REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL
Save this file as 'Wudll.cmd' (without the quotes) to any convenient
location then exit Notepad and double click on the file you just saved. You
should get a 'Sucess' mesage for each of the .dll's listed above.
4. Now Re-enable to Automatic status and then Start each of the services
you stopped before - Automatic Updates, Background Intelligent Transfer
Service and the Cryptographic Service.
5. Now Reboot. Now Reboot Again. (Yes, twice.)
See if that solves it - give it a couple of days. If so, then you can
delete 'OldSoftwareDistribution'. I would request that you post back with
your results. _Only if the problem does re-occur_, then do the following
_exactly_:
1. Go to http://wiki.djlizard.net/Dial-a-fix and download Dial-a-fix
v0.60.0.24 (2006-10-27) Here's a direct download link:
http://djlizard.net.nyud.net:8080/software/Dial-a-fix-v0.60.0.24.zip and a
secondary: http://djlizard.net/software/Dial-a-fix-v0.60.0.24.zip from
that page's download section, here:
http://wiki.djlizard.net/Dial-a-fix#Mirrors.2Fdownload_locations.2C_and_articles .
2. Unzip it to a new folder at root with any name, e.g.
c:\Dial-a-fix-v0.60.0.24
3. Double click on Dial-a-fix.exe in that folder.
4. Click on the following:
Options/tooltips (just to get an idea of what it does in each section.
:) )
Both boxes under Prep
The 'all' (top) box for Sections 2, 3 and 4 (which will automatically
be set when you check 3)
In Section 5, 'Programming cores/runtimes' and
'Explorer/IE/OE/shell/WMP' only.
Click 'Go' . (Some of the re-registrations may take what seems like a
long time for some .dll's - Don't be impatient.)
5. Reboot (if Dial-a-fix doesn't do it automatically at the end). Now
Reboot Again. (Yes, twice.)
See if that does the trick, and, again please post back with your
experience.
MS is well aware of the problem and has provided privately two different
responses concerning a fix:
"I regret to say that I was told that this known issue requires too much
change to be implemented in a hotfix. A change will instead be implemented
in the next Automatic Updates client, which we are planning to release in Q2
this year."
"According to the feedback from Product Development team, this fix will be
published as a security update on the Windows Update site and the relevant
KB article will also be released by us. Therefore, we just need to keep the
system on the network up to date. In addition, the Product Development team
also indicates that the WSUS 3.0 client may contain this patch if this fix
can released timely. At that moment, we can also attempt to upgrade to the
WSUS client 3.0 to test the issue."
--
Regards, Jim Byrd,
My Blog, Defending Your Machine,
http://defendingyourmachine2.blogspot.com/
In news:1177553239....@u32g2000prd.googlegroups.com,
Paul.S...@gmail.com <Paul.S...@gmail.com> typed:
you're right. when is microsoft going to get this fixed... it's painful.
SVCHOST.EXE 100% windows update
This is a HUGE problem regarding windows update. It isn't "hijackware"
infection but piss poor programming on microsofts end.
Think about the above before putting the straw back in your peep hole Shep.
"PA Bear [MS MVP]" <PABe...@gmail.com> wrote in message
news:uCOVuU6h...@TK2MSFTNGP04.phx.gbl...