Remote desktop web connection Starting a program

L

luc

A solution to starting a program (example notepad.exe) from
the remote desktop web client
is to put following snippet of code "
if MsRdpClient.SecuredSettingsEnabled then
MsRdpClient.SecuredSettings.StartProgram = "notepad.exe"
'you can put the Workdir property next( not required)
MsRdpClient.SecuredSettings.Workdir = "path\"
else
msgbox "Cannot access secured setting (startprogram) in the
current browser zone"
end if
"
in default.htm
i have put this code in the 'device redirection options' section
at the bottom
Next ; make sure you put the url to the connection:
example http://host/tsweb
in one of the secure zones : i have put the url in the intranet zone
I use (on the client side)IE 6.0 service pack 1
server is win 2000 server service pack 3 with the remote desktop web
connection download for winxp
 

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