Krystalware
Products | Purchase | Free Stuff | Forums | Blog | Testimonials | Company | Contact
April 2007 Entries

I'm going to be at MIX 07 next week. If you want to meet, hang out, etc., leave me a comment, send me an email (programcsharp atnospam hotmail dot com), or give me a ring at (703) 868-2236.

Oh... and lets not forget the bling:

posted @ Friday, April 20, 2007 7:38 PM | Feedback (2) | Filed Under [ General ]

I've often wanted to force a single rdp/ts session per user, or sometimes just the opposite -- make each login open a new session regardless of user. While I was doing research about multiple remote desktop sessions on Vista, I finally tracked down the setting that controls the single remote desktop/terminal services session behavior. Here is the registry key:

HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fSingleSessionPerUser

This is a DWORD setting. The possible values are as follows:

0x0
Allow multiple sessions per user
0x1
Force each user to a single session

You can also access this setting from the Terminal Services configuration snapin -- it's the Restrict each user to one session setting.

posted @ Monday, April 16, 2007 9:24 AM | Feedback (2) | Filed Under [ General ]

I've seen a couple guides for multiple rdp sessions on XP/MCE, but none on Vista. After some spelunking today, I found some really sweet stuff from the guys at TGB -- not only did they get multiple sessions working on Vista Ultimate, but they also have patches for Vista Home Premium and Vista Business to enable remote desktop/terminal server!

Resources:

posted @ Monday, April 16, 2007 9:10 AM | Feedback (4) | Filed Under [ General ]