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

Autoreconnect option in SC

Single Click discussions / bugs
Post Reply
acik
Posts: 2
Joined: 2012-09-18 13:17

Autoreconnect option in SC

Post by acik »

I created a SC executable file, that works perfectly... but it have not the -autoreconnect option !

When the connection goes down, I must to call the customer and ask to reconnect.

Before SC, I used a .cmd file when I wrote "winvnc -sc_prompt -autoreconnect -connect My-IP-Address"

How can enable this option in SC ?


Thanks !
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Autoreconnect option in SC

Post by Rudi De Vos »

autoreconnect doesn't exist for SC.
The small sc exe only contain a subset of the full winvnc commands.

You can try to crate your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)

The goal of sc was to make something small with removed service.
The user always need to start SC a
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Autoreconnect option in SC

Post by Rudi De Vos »

autoreconnect doesn't exist for SC.
The small sc exe only contain a subset of the full winvnc commands.

The goal of sc was to make something small with removed service.
Connection is always made as respons to the local user. Autoreconnect
would allow you to reconnect after an hour without the user knowledge.

You can try to create your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)
acik
Posts: 2
Joined: 2012-09-18 13:17

Re: Autoreconnect option in SC

Post by acik »

I already seeked inside the .exe file with 7Zip.
Unfortunately there are only one .exe that is the wnc server with the menu.

If there was a menu.exe that launch winvnc.exe, it would be more easy for me to change only the vnc server...

Any other chance ?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Autoreconnect option in SC

Post by Rudi De Vos »

yep.... forgot.
The whole helpdesk.txt menu was added in sc and oesn't exist in the full version ... sorry.

If you can play with the sfx
The sfx start winvnc.exe.... it could also start winvnc.bat

I never tried this...

winvnc.bat
--------------
@Echo Off
:TOP
winvnc.exe
Goto TOP
-------------

But, i don't think it will work proper.
*As soon you open a UAC window, you need user intervation.
*terminate the loop
Post Reply