We have a common machine with Windows XP installed; anybody can remotely connect to it. The problem is when user called A is already connected to that machine remotely and doing something, if some other user B remotely connects to it user A is not warned that somebody else is trying to connect; the session simply gets disconnected and the other user takes control of the system. How do we resolve it ?
Requirements:
- Anybody can remotely connect to that machine
- If a user is already connected he should be warned and he has to say 'OK' or 'Cancel' so that the other user can connect
- If the logged in user allows the new user to connect, then the new user should see the same screens, basically the same session should be continued.