Remote Desktop Web Connection - Start Program on Login

T

Todd

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top