You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Nick Couchman <vn...@apache.org> on 2023/03/19 18:29:15 UTC

Re: Drive share name in source

On Tue, Jan 31, 2023 at 11:15 PM Sean Hulbert
<sh...@securitycentric.net.invalid> wrote:

> Hello,
>
>
>
> Is this the location to change the drive share name displayed in the RDP
> session?  So in the quotes if I changed it would that reflect the name I
> like to show up in image two?
>
> Path:src/protocols/rdp/settings.c
>

All you need to do is set the "drive_name" setting in the RDP connection,
which is exactly the section you're highlighting. This can be found in the
GUI:

[image: image.png]

Or, if you've got a custom app, set the drive_name connection parameter.

-Nick