Run RDP Session with only 1 Program

7,816

Solution 1

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

Solution 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.

Solution 3

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.

Share:
7,816

Related videos on Youtube

JFV
Author by

JFV

Sysadmin turned developer... Still like the Sysadmin stuff though!

Updated on September 17, 2022

Comments

  • JFV
    JFV over 1 year

    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

  • JFV
    JFV almost 15 years
    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!