is there a way to force via the command line to open a new vnc viewer window fullscreen on a specific monitor? (by default all connections open on primary screen, option to open on second or third monitor)
and while doing the monitor shift, also the size and position.
for example, to open the vnc viewer on the second monitor bottom right corner, no windows/toolbars, like a mini 1/4 fullscreen.
Code: Select all
vncviewer.exe hostname -viewonly -nostatus -nohotkey -notoolbar -fullscreen -autoscaling -display 2 -size 960,540 -pos 960,540
Code: Select all
vncviewer.exe hostname -viewonly -nostatus -nohotkey -notoolbar -fullscreen -autoscaling -size 960,540 -pos 2880,540