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.ini
Change
allow_channels
valueallow_channels=false
Restart xrdp
$ sudo systemctl restart xrdp
By following these steps, the thinclient_drives
folder should no longer be created or used by XRDP.