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

Does SC support regular ultraVNC Commands -viewonly?

Single Click discussions / bugs
Post Reply
Viperbono

Does SC support regular ultraVNC Commands -viewonly?

Post by Viperbono »

-connect 192.168.1.1:5500 -viewonly -notoolbar -noregistry
As you can see I have this line in the helpdesk.txt, this should enable viewonly for the remote user (user doesn't have control of the host machine)and remove the toolbar from the top of the ultravnc window. I have tried this several different ways with no success getting these commands to work. Could anyone give me any info on what I am doing wrong?
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Post by bevtech »

Command line documentation

http://doc.uvnc.com/install/cmdline.html

WinVNC SingleClick

In addition to the normal WinVNC commandline parameters, WinVNC SC supports the following parameters:

-id number
Used with the repeater in mode II. Specifies a number to identify the session. In the -connect parameter use the repeater's name or IP address (and the repeater's port) instead of the remote host name.
-plugin
???
-noregistry
???
-notrayicon
???
-readonly
???
-username
???
-password
???


VNCviewer

VNCViewer supports numerous commandline parameters which allow for configuration of nearly every aspect of the viewer.

-help, -? or -h
Print a help message.
-listen [port]
Start the VNCviewer in listen mode. If port is specified, the viewer listens on that port instead of ???.
-restricted
???
-viewonly
Do not send local keyboard or mouse events to the remote computer.
-nostatus
Do not display the connection status window at startup
-nohotkeys
Disable viewer Hotkeys. Can be usefull in case of conflct with other installed software hotkeys.
-notoolbar
Do not display the toolbar in the viewer window
-autoscaling
Activate autoscaling of the viewer window so the remote screen fits at best your local screen size
-fullscreen
Display viewer in full screen mode
-noauto
Disable Auto mode
-8bit, -256colors, -64colors, -8colors, -4greycolors, -2greycolors
Set the color depth. Fewer colors can significantly reduce the required bandwidth.
-shared
Share the server with other viewers
-swapmouse
Swap left and right button of the mouse.
-nocursor
Do not display any local dot mouse cursor
-dotcursor
Display the local dot mouse cursor
-normalcursor
Display the normal local mouse cursor
-belldeiconify
???
-emulate3
Emulate a 3-button mouse.
-noemulate3
Do not emulate a 3-button mouse.
-nocursorshape
???
-noremotecursor
???
-scale A/B
Scale the viewer display by the factor A/B
-emulate3timeout Timeout
???
-emulate3fuzz Emul3Fuzz
???
-disableclipboard
???
-delay delay
???
-loglevel loglevel
Set the loglevel. This can range from 0 (minimal) to 10 (maximum logging).
-console
???
-logfile filename
Log to the file specified by filename.
-config filename
Read the configuration from filename.
-register
???
-encoding encoding
Encoding is either raw, rre, corre, hextile, zlib, zlibhex, tight or ultra.
-compresslevel level
JPEG Compression level
-quality quality
JPEG Compression quality (Tight encoding)
-password password
Use the specified password for "classic" VNC authentication (Tight Encoding)
-serverscale scale
Scale the display on the server side by 1/scale factor. For instance scale = 2 means that the remote screen dimensions are reduced by 2 ("half screen size"), reducing at the same time the amount of graphical data received by a 2*2 factor (for the same encoding method)
-quickoption option
Select a quickoption. Modem option is default.

* 1: Auto
* 2: LAN
* 3: Medium
* 4: Modem
* 5: Slow
* 7: Ultra

-dsmplugin filename
Use the DSM plugin specified by filename.
-proxy host[:port]
Use the repeater specified by host and optionally port.
connect 192.168.1.1:5500 -viewonly -notoolbar -noregistry
As you can see I have this line in the helpdesk.txt, this should enable viewonly for the remote user (user doesn't have control of the host machine)and remove the toolbar from the top of the ultravnc window. I have tried this several different ways with no success getting these commands to work. Could anyone give me any info on what I am doing wrong?
I had luck with -noregistry I also use the plugin for encryption. Are you using a repeater?? If so dont forgot to add the id{port}

The viewonly may only be used with the viewer. SC is a reverse connection.

Did you try without the -notoolbar and -viewonly options removed?
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
Post Reply