RE: Error - SVCHOST.EXE
From: Jason Hall [MSFT] (v-jashal_at_online.microsoft.com)
Date: 05/14/04
- Next message: Jason Hall [MSFT]: "RE: Sortcut Icons on Desktop"
- Previous message: Steve: "Re: Explorer : Can only open 1 window using a hot key"
- In reply to: Von: "Error - SVCHOST.EXE"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 19:04:04 GMT
--------------------
>Sender: "Von" <anonymous@discussions.microsoft.com>
>Subject: Error - SVCHOST.EXE
>Date: Fri, 14 May 2004 09:55:26 -0700
>
>Whenever I try to do a download to upgrade my Windows for
>a virus, etc. I end up getting this message and don't know
>what to do about it or where it is coming from. I am
>using Windows 2000 Professional.
>
>"SVCHOST.EXE generated errors and will be closed by
>windows. Need to restart program."
>
>When I restart and try again I get the same message.
>result is I never can update.
>
>HELP!!!
>
>Thanks
------------------
The thing about SVCHOST is that it holds many processes, so if one crashes
than the whole .exe crashes
You may notice that there are generally a couple of instances of SVCHOST
running at any given time.
>From what you say, it looks like it's the update service that is causing
the issue
You can configure the machine so that when wuauserv (Automatic Updates)
starts it is in it's own SVCHOST.
Then you can a) prove that it is only wuauserv that is causing the issue,
and b) call Microsoft Support to have the issue resolved
I am sorry that I don't know exactly what the fix for your issue is.
1.
- In the svchost key (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SvcHost) create a new REG_MULTI_SZ value named "TempGrp".
- For the data, enter the name of the service you want to split out.
- So this will look like the following in our example: TempGrp
REG_MULTI_SZ wuauserv
2.
- Under the svchost key, create a new key with the name "TempGrp"
3.
- For the new TempGrp key create the following value:
CoInitializeSecurityParam REG_DWORD 1
4.
- Locate the wuauserv key
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv)
-Change the ImagePath value to read: %SystemRoot%\System32\svchost.exe -k
TempGrp
5.
- Restart the machine. The Automatic Updates service will now start in it's
own svchost.
-- ~~ JASON HALL ~~ ~ Performance Support Specialist, ~ Microsoft Enterprise Platforms Support ~ This posting is provided "AS IS" with no warranties, and confers no rights. ~ Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm ~ Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
- Next message: Jason Hall [MSFT]: "RE: Sortcut Icons on Desktop"
- Previous message: Steve: "Re: Explorer : Can only open 1 window using a hot key"
- In reply to: Von: "Error - SVCHOST.EXE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|