7

I'm running a Windows Server 2008 box and would like to have users login via RDP, but only be able to run 1 program and if they close the program, to log off the session. Is this possible? The clients will be connecting from WinXP SP3 computers.

Thanks! JFV

tomjedrz
  • 5,974
  • 1
  • 16
  • 26
JFV
  • 761
  • 1
  • 7
  • 15
  • Here's a similar question from earlier today: http://serverfault.com/questions/8583/seamless-remote-desktop-connection – Doug Chase May 15 '09 at 16:03

4 Answers4

8

There is a new feature in Server 2008s terminal services called remoteapp that does what you're looking for I believe.

Description: http://4sysops.com/archives/windows-server-2008-terminal-services-new-features-part-2/

MS Guide: http://technet.microsoft.com/en-us/library/cc730673(WS.10).aspx

sclarson
  • 3,684
  • 22
  • 20
  • Thanks for the info! I checked it out and I was able to publish to the desktop. I didn't know that Server 2008 had this Citrix-like setup. Thanks! – JFV May 17 '09 at 12:20
2

You can set environment settings for every user on the Terminal server. Check in user environment settings to set startup program. It is built in feature. And if they close application, session will log off.

Frane Borozan
  • 308
  • 2
  • 13
  • Thanks for the info! I'll look into that also! Never can have too much information! – JFV May 28 '09 at 23:39
1

This is easily done using the Remote Desktop Connection program that is installed on every computer Windows XP SP2 and higher.

When you start the program, click the "Options" button to display all options, and then click the "Programs" tab. Enter the local path of the program you wish to start (ie: c:\windows\notepad.exe).

Then save the connection as an RDP file and distribute it to your users.

Jeff Miles
  • 2,065
  • 2
  • 19
  • 27
0

2X ApplicationServer for Windows Terminal Services does exactly what you are asking for and has a free version available with some limits.

I haven't used RemoteApp for 2008, so you might want to try that first, but I know the 2X software works and can also work with 2003.

Joseph
  • 3,797
  • 27
  • 33