I am working on Windows Server 2008 R2. I need to change the delayed start time, that is used in automatic delayed start mode, to 5 mins.
Any pointer as how to do this?
I am working on Windows Server 2008 R2. I need to change the delayed start time, that is used in automatic delayed start mode, to 5 mins.
Any pointer as how to do this?
When the startup type of the service is set to "Automatic (Delayed start)", the value of DelayedAutostart is set to 1 HKLM\SYSTEM\CurrentControlSet\services\\DelayedAutostart
To increase the default delay of 120 seconds, right click the registry key and add new key AutoStartDelay (DWORD (32-bit)
Its value can be set to decimal 240 for example.