msconfig seems to be able to do this but I don't know how.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Ashish Jindal" wrote:
| Hi,
|
| How do I identify whether a service is "Critical" or not? Basically, I
| am writing a program to stop all non-critical service.
|
| AFAIK, the services can be found in
| "HKLM\CurrentControlSet\Services\<name>". I am getting the names using the
| ServiceController class (in System.ServiceProcess)
|
|
|
| -Ashish
|
|
|