0

Possible Duplicate:
Is there a way to allow concurrent remote desktop users on XP without changing dlls?

Is there a way to access a 2nd instance of a GUI in Windows XP?

For instance, I want to perform maintenance on a machine that a user is currently occupying, and it requires me to have access to the GUI. Can I be logged on side-by-side with the user without interrupting their work?

Anthony Miller
  • 1,694
  • 4
  • 17
  • 23

1 Answers1

0

Essentially, the answer is "No".

Windows XP is a "Workstation" OS which limits the system to only having a single user session active at any given time.

Depending on your system's configuration, it may be possible to have more than one person logged into the system at once. But, only one person can actually be using the system at a time.

If you were to log into the system (locally or remotely) while someone else was working on it, the other user would at minimum have their session suspended and be returned to the login screen - at worst, their session would be terminated entirely. Depending on the other user's privileges, they may not be able to resume their session or log in again until you are done with the system - if they are able, such action would then result in your session being suspended or terminated.

Similar questions:

Iszi
  • 14,163