mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 16:11:03 +00:00
More RDP options
This commit is contained in:
@@ -12,6 +12,8 @@ public class FreeRdpClient implements ExternalApplicationType.PathApplication, E
|
||||
var b = CommandBuilder.of().addFile(file.toString())
|
||||
.add(OsType.getLocal() == OsType.LINUX ? "/cert-ignore" : "/cert:ignore")
|
||||
.add("/dynamic-resolution")
|
||||
.add("/network:auto")
|
||||
.add("/compression")
|
||||
.add("+clipboard")
|
||||
.add("-themes");
|
||||
if (configuration.getPassword() != null) {
|
||||
|
||||
Reference in New Issue
Block a user