Setting service to Automatic (Delayed Start)

(imported topic written by jfschafer)

We need to make a fixlet to change a service to Automatic to Automatic (Delayed Start). Can’t seem to find any microsoft commands to do this. Anyone know if a Bigfix script would work? Service name in our case is “condor”

(imported comment written by jeremylam)

The Microsoft sc tool looks like it would work:

sc config

http://technet.microsoft.com/en-us/library/cc739213(WS.10).aspx

1 Like

(imported comment written by mcalvi91)

looks to be a reg entry under HKLM\system\currentcontrolset\services<servicename> DelayedAutoStart DWORD 1

(imported comment written by SystemAdmin)

I know this thread is a little old but there is an article on Priveon’s website that has the exact syntax for relevance and action language of creating a fixlet to change the Delayed Automatic Start setting of a service.

Changing Tivoli Endpoint Manager service startup from Automatic (Delayed Start) to Automatic

Link:

http://blog.priveonlabs.com/sec_blog.php?title=changing-tem-service-startup-from-automatic-delayed-start-to-automatic&more=1&c=1&tb=1&pb=1