To remove the thinclient_drives folder from XRDP, you need to modify the XRDP configuration to prevent it from creating and using this directory. Here’s a step-by-step guide on how to do it:
Open the XRDP configuration file
$ sudo vim /etc/xrdp/xrdp.iniChange
allow_channelsvalueallow_channels=falseRestart xrdp
$ sudo systemctl restart xrdp
By following these steps, the thinclient_drives folder should no longer be created or used by XRDP.