Return to GUI after disconnecting It is actually happening on both (tried both versions of the software)
It's the 'client' that we don't want the UI opening. So the computer that initiates the connection, when closing it, the UI opens. We want to prevent this because we don't want the client's laptop to be able to accept incoming connetions. In a previous post, i've posted the issue that blocking incoming connections (either through the xml file or in the managed remote assistant) doesn't work as expected.
So our current setup: server side with UI allowed and remote access enabled
Client side with CLI access enabled, Config disabled, UI disabled, incoming connections disabled. When client makes a connection to server using a CLI script, all goes fine. When closing the connection, the UI opens op. When viewing the incoming connections tab, it says the connections are disabled. However, when clicking on said icon, the option page still opens op.
We've found a manual fix by writing a script that runs in the background and checks for the MainWindowTitle property of the Remote Assistant process (it differs on the main UI and when connecting to a remote server, thus being able to check when UI opens op and close it again). Still extremely excited about your product, but this does seem like a bug. I realize that what we're trying to do is counterintuitive, but our security policies demand it