Connecting to SUT through SenseTalk overwrites the connection details in the UI Connection Manager

Hi,

I’m using ‘connect’ in my code to make an RDP connection to my SUT as a particular user. This user is different to the one set up in the Connection Manager on the EP UI. Everything works correctly and I can connect and continue with my tests. However, when I start the same SUT through the Connection Manager after running the code, then the user and password has been changed to the one used in the code.

The only ways I can get the original connection back is to update it again manually or to run a ‘reverse’ connect opening the SUT as my original user and then disconnecting again.

How can I start the SUT through code without overriding what’s in Connection Manager?

Thanks