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 !
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Autoreconnect option in SC
- Rudi De Vos
- Admin & Developer
- Posts: 6952
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
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
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
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
- Rudi De Vos
- Admin & Developer
- Posts: 6952
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
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)
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)
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
Re: Autoreconnect option in SC
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 ?
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 ?
- Rudi De Vos
- Admin & Developer
- Posts: 6952
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
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
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
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/