Welcome to Brendon Davis
The place where I’m in charge
SVCHost failures
Autor brendon
Ever had a server that you really didn’t want to rebuild which could not run svchost.exe without half a dozen services failing?? A Neat little article over at HP shows how to spawn a problematic SVCHost services in its own process tree. Short Answer:
- net stop <service_name>
- sc config <service_name> type=own
- net start <service_name>
Now this doesn’t fix the problem but at least a single dodgy service doesn’t affect the stability of other critical services.
<Update 29-01-10> I forgot to mention that you can view what services are listining on each process using the command ‘tasklist /svc’ </Update>
Options
-
January 29, 2010 -
Rant -
0 comments
-
Comments RSS -
Del.ico.us
-
Digg!
