Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

open viewer custom size and position

Post Reply
kroff
Posts: 2
Joined: 2021-05-14 07:56

open viewer custom size and position

Post by kroff »

Hi there,

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 
or without monitor selection, just the full resolution shift

Code: Select all

vncviewer.exe hostname -viewonly -nostatus -nohotkey -notoolbar -fullscreen -autoscaling  -size 960,540  -pos 2880,540 
thanks :)
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: open viewer custom size and position

Post by Rudi De Vos »

Try
-position x y w h
Post Reply