A
Ashish Jindal
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
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