You doubt that Windows Service Restore does not start because the error dialog box is not displayed. You might need to find something that the error dialog is open, and click the button. In this way, the service can shut down successfully, and the recovery of the Windows service can stop.
, , . , . , , clickInfo .
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="clickConfiguration" type="ClickButton.ClickConfigurationSection, ClickButton"/>
</configSections>
<clickConfiguration>
<clickInfo windowName="ClearCase" buttonName="Proceed" />
</clickConfiguration>
</configuration>
, !