Remote Desktop Web Connection - Run Program at Logon

Posted: 01-21-2004, 01:58 AM
I see from Microsoft's info that it is possible to automatically start
an application when logging in to the Remote Desktop Web Connection. I
have installed this client on a web server and it works fine to login
to a Windows 2000 Terminal Server desktop - but I want to send users
directly to an application without seeing the desktop. I found the
following snippet of code that supposedly will accomplish thia, but
where do you put it? In what file, and located where in the file? I
have tried several things inside the default.htm file to no avail. See
the following code:

if MsTsc.SecuredSettingsEnabled then
MsTsc.SecuredSettings.StartProgram = "notepad.exe"
else
msgbox "Cannot access secured setting in the current browser zone"

end if

Accorning to the ActiveX Control Deployment Guide this code is
supposed to start "Notepad" when the user logs on. (I really don't
want to start Notepad, but I can correct the program path if someone
can help me get it working)

Thanks! Any help greatly appreciated.
Reply With Quote

Responses to "Remote Desktop Web Connection - Run Program at Logon"

Jeffrey Randow (MVP)
Guest
Posts: n/a
 
Re: Remote Desktop Web Connection - Run Program at Logon
Posted: 01-22-2004, 12:59 AM
There are many ways of doing this... Take a look at
http://www.jsiinc.com/SUBK/tip5300/rh5383.htm for a full list.

Jeffrey Randow (Windows Net. & Smart Display MVP)
jeffreyr-support@remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Smart Display Support - http://www.smartdisplays.net
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On 20 Jan 2004 18:58:46 -0800, tussery@wesleyancollege.edu (Todd)
wrote:
>I see from Microsoft's info that it is possible to automatically start
>an application when logging in to the Remote Desktop Web Connection. I
>have installed this client on a web server and it works fine to login
>to a Windows 2000 Terminal Server desktop - but I want to send users
>directly to an application without seeing the desktop. I found the
>following snippet of code that supposedly will accomplish thia, but
>where do you put it? In what file, and located where in the file? I
>have tried several things inside the default.htm file to no avail. See
>the following code:
>
>if MsTsc.SecuredSettingsEnabled then
> MsTsc.SecuredSettings.StartProgram = "notepad.exe"
>else
> msgbox "Cannot access secured setting in the current browser zone"
>
>end if
>
>Accorning to the ActiveX Control Deployment Guide this code is
>supposed to start "Notepad" when the user logs on. (I really don't
>want to start Notepad, but I can correct the program path if someone
>can help me get it working)
>
>Thanks! Any help greatly appreciated.
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
remote desktop - single logon Jens Windows Vista Security 0 10-23-2006 12:28 PM
Remote Desktop Logon Jeff Windows XP Work Remotely 5 05-01-2005 10:12 AM
remote desktop logon error Todd Windows XP Work Remotely 8 08-11-2004 09:34 PM
Cannot initiate a Remote Desktop Connection - logon software has been replaced - xpgina.dll Scott Townsend Windows XP Work Remotely 2 12-02-2003 06:06 PM
Remote Desktop Logon Trouble Julian Windows XP Work Remotely 1 07-11-2003 12:56 AM