Discussion:
tsweb client drive availability
(too old to reply)
HopeitHelped
2005-10-04 22:00:07 UTC
Permalink
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@n=-
2005-10-05 11:13:32 UTC
Permalink
Post by HopeitHelped
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
HopeitHelped
2005-10-05 15:41:02 UTC
Permalink
Great, Thank you.
Post by -=***@n=-
Post by HopeitHelped
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
MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE
MsRdpClient.AdvancedSettings2.RDPPort = "xxxx"
HTH
Dan
Loading...