Customer wrote:A customer has an old version of the unattended installer running in the system tray, and it's constantly annoying him with the “Waiting to connect” notification. We cannot use the right-click->Exit command, we can't kill it in the Task Manager (it gives an error), and the unattended installer is not listed in the Add/Remove Programs window.
Support Response:It should be listed in the Add/Remove Programs list as “Elsinore ScreenConnect Guest Client”—do you not see it there? If for some reason it is not there, if you go into services.msc on the machine, you should see an Elsinore ScreenConnect Guest Client (xxxxxxxx). First stop the service and then right-click on it, choose Properties, and copy the full name of the service to clipboard. Then open a command prompt and enter:
Code:SC DELETE “Elsinore ScreenConnect Guest Service (xxxxxxxx)” [pasting that service name between the quotation marks]
That should remove the service.
ScreenConnect Team