Is it possible to use Windows remote desktop connection to connect to a Windows XP machine with a user already logged in and just view that users screen without logging them off?
migrated from stackoverflow.com Jun 14 '10 at 21:26
This question came from our site for professional and enthusiast programmers.
|
If you log in as the same user as the already logged-in user, then you will take over their session. However, the user sitting in front of the PC will be disconnected from the session and see the login screen. If the user logs in again, then you will be disconnected and the user continued from where you left off. At no point is the user's session terminated - the programs continue running. You can use Windows Remote Assistance, which is based on the same technology as remote desktop. It allows you to view and optionally control the current user's session without them logging off. Another alternative is Remote Administrator, which I used heavily before remote desktop became widely available. | |||||||
feedback
|
|
If I understand your Question correctly , No. Windows XP can only have *1 SESSION * active at a time. you will need to be running windows server if you want to have more than one ACTIVE session. | |||
|
feedback
|
|
No, remote desktop creates a new session, different from the currently logged on user. VNC would do what you describe. | |||
feedback
|
|
You can't do this with an RDP connection, but you can use services such as Log Me In to do it, as well as VNC as previously suggested. | |||
|
feedback
|
|
AT the company I work for we use DameWare Mini Remote Control. Not a free product, but they do have a fully functional trial version. DameWare allows you to connect to the interactive session kind of like VNC, but extra features including the ability to remotely install the client on a remote machine.
| |||
|
feedback
|

/consolecommand line option does that trick. (But I doubt it's available on XP as well?) – Arjan Nov 18 '10 at 22:27