How to increase the delay of the start
In some environments the services may require more time to start or stop. To increase the delay of the start, please follow the steps below:Using the services.msc
1. Run services.msc. 2. Right-click on the service you would like to configure. 3. Select Properties from the context menu. 4. On the General tab, switch the Startup type to Automatic (Delayed Start).Using the CMD (Command Prompt):
1. Run the Command Prompt as Administrator. 2. Use the following syntax to change the Service Timeout to Delayed Start:sc config start=
For Example:
sc config W3SVC start=delayed-auto

