Tech Bulletin 157: Extending the ServicesPipeTimeout (automatic services start on bootup timeout)

Tech Bulletin 157: Extending the ServicesPipeTimeout (automatic services start on bootup timeout)

Windows has a default time period where it tries to start all automatic services on power up / reboot. If the machine is low spec or there are many services that are set to automatic start - at the end of the default time - 20 seconds - any services which have not started are ignored and so even a Windows service set to "automatic" startup type may not start . It is possible to increase this timeout period via a change to the registry. 



Warning : "Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to re-install Windows to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk."
Always ensure you have a backup of the registry before any changes are made to the registry - Incorrect use of the registry editor can mean having to reinstall the operating system and associated applications.


      Open Run window by clicking Start button -> click Run.

      In Run window, type regedit, and then click OK to open Registry Editor.

      Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

      In the right pane, locate the ServicesPipeTimeout entry

      Note: If the ServicesPipeTimeout entry does not exist, first you should create it. Follow below steps:

      
On the Edit menu, point to New, and then click DWORD (32-bit) Value
 Value.

      Type ServicesPipeTimeout and then press ENTER.


      One you locate (or created) ServicesPipeTimeout,
      right-click ServicesPipeTimeout, and then click Modify. Click Decimal, type 120000 (2 mins), and then click OK.

      This value (120000) represents the time in milliseconds to wait for windows service to start before timeout.





  • Restart the computer once you have made the changes to the registry for the settings to be applied. 


    • Related Articles

    • Knowledge base 116: SQL Error when running IA Database Wizard.

      Occasionally when installing Identity Access the error (shown below) is displayed while creating the databases using the Database Wizard. The following checks and steps can be taken to resolve this error - 1.     Ensure the Server Name in the ...
    • Knowledge base 203: Manually Installing SQL Server Express 2022

      This article will guide you through the process of installing SQL Server Express 2022 manually and setting this up to work for an Identity Access instance. Requirements - Unrestricted Internet Access PC Administrator Privileges All Windows Updates ...
    • Knowledge base 107: Using SQL Backup Master to backup and restore SQL Databases.

      The following Bulletin explains how to install and configure SQL Backup Master to backup and restore SQL databases. Installing SQL Backup Master & Creating a Backup 1. Download SQL Backup Master from the following link – ...
    • Knowledge base 201: Moving Identity Access

      Checking your Identity Access License When moving Identity Access from one machine to another it is important to check if the current Identity Access server has a Professional or Enterprise license and what version the software is currently running. ...
    • Knowledge base 161: Microsoft SQL Server Express Service not started

      If you see the error shown below, please follow the steps in this guide in order to rectify the problem: In the start menu, type Services and open the windows services application       2. Locate SQL Server (IDENTITYACCESS)         3. Right-click on ...