Morning all. We have a script that checks for services that are set to Automatic, but not running. It alerts us if this is the case. We've got a couple of services, like SQL Server Active Directory Helper, which are set to Automatic. They start, but are not required, so they don't stay running. (It appears that are started on-demand by SQL.)
Can we change them to Manual without affecting their ability to be started by applications on-demand.
Cheers.