A friend asked me if it is possible to have two screen/keyboards/mouse connected to one computer, and allowing two users to use the computer as if they where using two different computers (one sessions for each input/output)

Is it possible?

link|improve this question

78% accept rate
feedback

3 Answers

up vote 3 down vote accepted

In two words : you can't.

This artificial limitation by Microsoft is designed to force you to update to a Server version of the operating system.

However, see this:
Enable Concurrent Sessions on Windows 7, Windows Vista and Windows XP (Termsrv.dll)

So long as you understand that actually executing these instructions is a violation of the Windows EULA.

link|improve this answer
feedback

Interesting question. Well there seems to be 2 hurdles, the bigger of the two would be multiple instances of Windows. To overcome that challenge you could use Virtual Machines. Use a single host and create 2 virtual machines and just drag each VM on a screen.

To overcome your problem with input devices I found an article on a tool someone found who was trying to do something similar. It looks like it handles multiple input devices. You would have to install it on the two VM's and hopefully be able to isolate one set of devices so that each VM has it's dedicated keyboard and mouse.

Here's the link to that article:

How To Use Multiple Keyboards and Mice On One Computer

link|improve this answer
feedback

It is possible if you are using virtualization. See http://www.vmware.com/products/workstation/

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.