You can try Registry statements. Look under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\[service name] The Start value = 2 indicates "automatic" start : Is there any way within 24x7 scheduler to find whether or not a service is : set to start automatically? What I'm needing to do is to scan through the : services on an NT server and see which ones are set for automatic. Then I : need to scan through that list and see which of the ones set for automatic : are stopped. Finally, I need to start them. Any ideas? Thanks!
|