Possible Duplicate:
How to enable multiple logon remote desktop in Win7

Hello,

The default terminal services connection count in Windows 7 is 1. How do I increase this to 2?

link|improve this question
Buy server 2008. – Will Feb 7 '11 at 22:04
feedback

migrated from stackoverflow.com Feb 7 '11 at 22:04

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

closed as exact duplicate by nhinkle, Daniel Beck, Sathya Feb 10 '11 at 3:50

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

You can use VNC like Teamviewer or LogMeIn but you will be stuck shadowing the same session. If you want more than one session:

  1. Get a server copy of Windows 2008/2003/2000.
  2. Install the remote desktop services role.
  3. Buy some CALs.

I do want to add that all copies of server allow two sessions before you would have to purchase CALs and install remote desktop services, but again you need a copy of server.

link|improve this answer
feedback