Increase the default timeout value for the Service Control Manager in the Registry

To increase the timeout value in the registry, follow these steps: 

Note This change does not take effect until the computer is restarted.

  1. Start Registry Editor (Regedit.exe).
  2. To change the value data for the ServicesPipeTimeout DWORD value to 300000 in the Control key, follow these steps:
    1. Locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
    2. Click the Control subkey
    3. Right-click the ServicesPipeTimeout DWORD value, and then click Modify.
    4. Click Decimal.
    5. Type 300000, and then click OK.
  3. If the ServicesPipeTimeout value is NOT available, add the new DWORD value, and then set its value data to 300000 in the Control key. To do so, follow these steps:
    1. Locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
    2. Click the Control subkey.
    3. On the Edit menu, point to New, and then click DWORD Value.
    4. Type ServicesPipeTimeout, and then press ENTER.
    5. Right-click the ServicesPipeTimeout DWORD value, and then click Modify.
    6. Click Decimal.
    7. Type a value of 300000, and then click OK. 
      The value is 300000 milliseconds and is equivalent to 5 minutes.

posted on 2022-04-26 20:26  遠離塵世の方舟  阅读(45)  评论(0编辑  收藏  举报

导航