More RDP options

This commit is contained in:
crschnick
2025-07-22 06:01:50 +00:00
parent ce46265b1f
commit 9db8b0ca7e
@@ -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) {