I am running a Java Desktop appplication on one of our windows machine.
And to make any manual changes in our application, one of our Support persons remote login from his machine using mstsc. (Let's say "Tim")
Here is the catch: For remote connection we use "MysysUser" and password for connection.
Now, there is a requirement of logging in who is making the changes. Is there a way of finding out who the remote user is which is not "MysysUser ? It is "Tim".
In my Java code, i want to find out the name Tim.
Thanks for your time and help.