Difference between revisions of "Debugging Windows Service"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "Category:Troubleshooting How to increase the timeout value for the service startup Edit The Windows Registry Key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control Edit...")
 

Latest revision as of 08:18, 19 August 2020


How to increase the timeout value for the service startup Edit The Windows Registry Key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Edit or add the ServicesPipeTimeout DWORD(32-bit)Value to the required timeout in milliseconds. Recommend 360000 (6 minutes)

How to increase the timeout value for the service stop time Edit The Windows Registry Key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\

Edit or add the WaitToKillServiceTimeoutDWORD(REG_SZ)Value to the required timeout in milliseconds. Recommend 360000 (6 minutes)