What does Automatic (Delayed Start) do for a service?

I’ve been investigating a client site in which the Microsoft Exchange System Attendant service will not always start up reliably after a reboot.  This is quite a pain as if it’s not running, it will cause havoc with the users Exchange configuration.  What I decided to do was to change the service startup type from Automatic to Automatic (Delayed Start).  Services start up and shut down based on the alphabetical list that they are in when you look at the Services console.  If a service is set to Automatic, it will start automatically when the service manager gets to it.  Certainly there are dependencies on some services which means that it will force start other services, but there can be problems with it at times.

Changing a service to Automatic (Delayed Start) will cause the service to NOT startup in the normal alphabetical order that they start up in.  It will wait until 2 minutes AFTER the OS is booted and then start these services.  By default some services such as Windows Update are configured like this already and they do this to improve the speed in which the server starts up.

Ok – so for the client experiencing these issues, I’ve reconfigured the Microsoft Exchange System Attendant service to be Automatic (Delayed Start) and so far it’s worked 100% of the time.

If you want to read more about this – check out this blog post from Microsoft here

Tags: , , ,

This entry was posted on Wednesday, June 1st, 2011 at 6:00 am and is filed under FAQs. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “What does Automatic (Delayed Start) do for a service?”

  1. Andy Parkes Says:

    June 1st, 2011 at 6:27 am

    Delayed start is really useful!

    I use it quite a lot with the HP Notification service which falls over if it comes up before the SMTP server comes up :-)

  2. Wayne Small Says:

    June 1st, 2011 at 9:13 am

    Yup – it’s a hidden gem – hence why I thought I’d do a blog post about it so others knew about it as well :-)

  3. Faisal Says:

    December 19th, 2011 at 12:46 am

    This feature is particularly useful where a program needs to stay but boot a bit late to allow for a quick startup and functioning

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>