From 53664b1a4b62adcd744685c703c5050baaa02a08 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 7 May 2024 20:20:20 +0200 Subject: new opts --- src/c_exec.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/c_exec.go') diff --git a/src/c_exec.go b/src/c_exec.go index 6829d94..5afca7a 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -146,6 +146,12 @@ func c_format_rdp(host *HostNode, pass string) ([]string, []string) { if host.Dynamic == true { cmd_fmt = append(cmd_fmt, "/dynamic-resolution") } + if host.FullScr == true { + cmd_fmt = append(cmd_fmt, "/f") + } + if host.MultiMon == true { + cmd_fmt = append(cmd_fmt, "/multimon:force") + } if host.Drive != nil { for share, path := range host.Drive { cmd_fmt = append(cmd_fmt, "/drive:" + share + "," + path) -- cgit v1.2.3