Remote Access through the web - local resources

  • Thread starter Thread starter boe
  • Start date Start date
B

boe

Guest
Hello,

When using remote desktop client, you can go to options and select - copy
and paste, local drive access. Is there a way to enable the clipboard or
local access using the remote access web interface?

Thanks
 
Re: Remote Access through the web - local resources

Are you using Windows Server 2003 TS? If so, you can turn
this on by editing the default.htm page.

Look for this section & change RedirectDrives to True:

'Device redirection options
MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

"boe" <boe_d@hotmail.com> wrote on 04 mar 2008 in
microsoft.public.windows.terminal_services:

> Hello,
>
> When using remote desktop client, you can go to options and
> select - copy and paste, local drive access. Is there a way to
> enable the clipboard or local access using the remote access web
> interface?
>
> Thanks
 
Re: Remote Access through the web - local resources

Great stuff - thanks - I'm using SBS 2003 which uses the same stuff I
believe.

"Vera Noest [MVP]" <vera.noest@remove-this.hem.utfors.se> wrote in message
news:Xns9A57EABF91BECveranoesthemutforsse@207.46.248.16...
> Are you using Windows Server 2003 TS? If so, you can turn
> this on by editing the default.htm page.
>
> Look for this section & change RedirectDrives to True:
>
> 'Device redirection options
> MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE
> MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE
> MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE
> MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE
>
> _________________________________________________________
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> TS troubleshooting: http://ts.veranoest.net
> ___ please respond in newsgroup, NOT by private email ___
>
> "boe" <boe_d@hotmail.com> wrote on 04 mar 2008 in
> microsoft.public.windows.terminal_services:
>
>> Hello,
>>
>> When using remote desktop client, you can go to options and
>> select - copy and paste, local drive access. Is there a way to
>> enable the clipboard or local access using the remote access web
>> interface?
>>
>> Thanks
 
Back
Top