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

VNC SC autoconnect via batch file

Single Click discussions / bugs
Post Reply
comax_jerome
Posts: 1
Joined: 2010-01-28 14:34

VNC SC autoconnect via batch file

Post by comax_jerome »

There's any way to create a batch file that autoexecute VNC SC on startup.

I want to do it cause sometime I need to work on a PC and the user is not present. If I call a reboot, I have to call the user who will connect me to him.
That will be easier if I can create a batch file in startup folder.

Ex.:

"c:\WINDOWS\system32\support.exe" and ????


Thanks for your help !
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: VNC SC autoconnect via batch file

Post by B »

http://www.uvnc.com/install/cmdline.html
WinVNC SingleClick

In addition to the normal WinVNC command line 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 plugin
Use the specified DSM plugin.
-noregistry
Don't store SingleClick DSM settings in the registry. Used in conjunction with the -plugin parameter.
-notrayicon
Do not display the UltraVNC icon in the system tray.
-read only
Don't send keyboard and mouse events to the remote computer.
-username username
Use the specified username.
-password password
Use the specified password.
Post Reply