"dkblee" <> schrieb:
> I'm having problem with svchost.exe that take up more than 80% of my CPU
> Usage. From the Process Explorer, i noticed that this svchost.exe is actually
> use by Automatic Update Services. It will drop to below 10% when i cancel
> this service. When svchost.exe is running at abouve 80%, my pc becomes
> extremely slow. I've tried the hotfixes from Microsoft KB_916089 & KB_927891,
> but it didn't help.
http://support.microsoft.com/kb/932494/en-us
Temporary workaround:
Open the command prompt (Start -> Run -> cmd) and enter the following
lines and hit [Enter] after each of them:
net stop wuauserv
cd %windir%\SoftwareDistribution\Datastore
esentutl /p datastore.edb (Confirm the warning message with OK)
esentutl /d datastore.edb
net start wuauserv
Check, whether that helps. In case it doesn't, back to the command
prompt and:
net stop wuauserv
del %windir%\SoftwareDistribution\Datastore\datastore. edb
net start wuauserv
Deleting the datastore.edb will leed to a loss of the Update History
displayed on the Windows/Microsoft/WSUS Update site.
Bye,
Freudi