Difference between revisions of "Service Timeout"

From Hostek.com Wiki
Jump to: navigation, search
m (Changing the Service Timeout on your VPS)
m (Changing the Service Timeout on your VPS)
 
Line 3: Line 3:
 
Sometimes when updates are applied to Windows, the server will require a reboot.  Since the server is applying updates, this can sometimes cause certain services to timeout during startup that normally would not.  You can change the service timeout on your VPS via the registry to help prevent this problem.  To change the timeout, follow these steps:
 
Sometimes when updates are applied to Windows, the server will require a reboot.  Since the server is applying updates, this can sometimes cause certain services to timeout during startup that normally would not.  You can change the service timeout on your VPS via the registry to help prevent this problem.  To change the timeout, follow these steps:
  
#Go to Start > Run > and type regedit
+
#Go to Start > Run > and type '''regedit'''
#Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
+
#Navigate to: '''HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control'''
#With the control folder selected, right click in the pane on the right and select new DWORD Value
+
#With the control folder selected, right-click in the pane on the right and select new ''DWORD'' Value
#Name the new DWORD: ServicesPipeTimeout  
+
#Name the new DWORD: '''ServicesPipeTimeout'''
#Right-click ServicesPipeTimeout, and then click Modify
+
#Right-click ServicesPipeTimeout, and then click ''Modify''
#Click Decimal, type '600000' (for a 10 minute timeout), and then click OK
+
#Click ''Decimal'', type '''600000''' (for a 10 minute timeout), and then click OK
 
#Restart the computer
 
#Restart the computer
  

Latest revision as of 22:20, 27 June 2014

Changing the Service Timeout on your VPS

Sometimes when updates are applied to Windows, the server will require a reboot. Since the server is applying updates, this can sometimes cause certain services to timeout during startup that normally would not. You can change the service timeout on your VPS via the registry to help prevent this problem. To change the timeout, follow these steps:

  1. Go to Start > Run > and type regedit
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  3. With the control folder selected, right-click in the pane on the right and select new DWORD Value
  4. Name the new DWORD: ServicesPipeTimeout
  5. Right-click ServicesPipeTimeout, and then click Modify
  6. Click Decimal, type 600000 (for a 10 minute timeout), and then click OK
  7. Restart the computer

This will change your timeout settings and give services longer to start up after updates before the server will auto time them out and kill the process.