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?

link|improve this question
For server installations, the /console command line option does that trick. (But I doubt it's available on XP as well?) – Arjan Nov 18 '10 at 22:27
feedback

migrated from stackoverflow.com Jun 14 '10 at 21:26

This question came from our site for professional and enthusiast programmers.

5 Answers

up vote 2 down vote accepted

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.

link|improve this answer
Why is this better for SF? – MDMarra Jun 15 '10 at 0:24
1  
Please don't tell folks about posting on another site. Things will migrate automatically if people vote for that. No need to ask for duplicates! Thanks :-) – Arjan Nov 18 '10 at 22:23
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.

link|improve this answer
feedback

No, remote desktop creates a new session, different from the currently logged on user. VNC would do what you describe.

link|improve this answer
Thanks for the quick answer! Unfortunatly I don't think my organisation will allow vnc to be installed on it's computers. Thanks anyway! – glisignoli Jun 14 '10 at 21:09
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.

link|improve this answer
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.

The DameWare Mini Remote Control program is a powerful, yet lightweight remote control tool intended primarily for Administrators and Help Desk personnel. Mini Remote Control was developed specifically for 32-bit & 64-bit Windows Operating Systems (both Servers & Workstations), and was designed for quick and easy deployment without external dependencies and machine reboots. The Mini Remote Control program will run on, and also has the ability to connect to, remote machines running Windows 95, 98, Me, NT, 2000, XP, 2003, Vista, 2008 & 7.

http://www.dameware.com/products/dmrc/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.