tsweb client drive availability

G

Guest

Using the default tsweb page for clients to connect to Terminal server 2003,
will not give the option for clients to make available their local drives. I
know this can be done from the Remote Desktop Connection app, but is there a
way to include it as part of the Remote Web Connection?
 
D

-=D@n=-

HopeitHelped said:
Using the default tsweb page for clients to connect to Terminal
server 2003, will not give the option for clients to make available
their local drives. I know this can be done from the Remote Desktop
Connection app, but is there a way to include it as part of the
Remote Web Connection?

There are lots of settings you can make within your Connect button
subroutine (default is sub BtnConnect), including:

MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE
MsRdpClient.AdvancedSettings2.RDPPort = "xxxx"

HTH

Dan
 
G

Guest

Great, Thank you.

-=D@n=- said:
There are lots of settings you can make within your Connect button
subroutine (default is sub BtnConnect), including:

MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE
MsRdpClient.AdvancedSettings2.RDPPort = "xxxx"

HTH

Dan
 

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