Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- 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
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- 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
Create a Desktop Icon for Reverse Connection
Create a Desktop Icon for Reverse Connection
is it possible to have an option to create a Desktop Icon for Reverse Connection during Setup Process, i.e. an advance setting button from setup to check an option to create desktop icon, custom setting, ....etc ?
Thanks
Thanks
Create a Desktop Icon for Reverse Connection
Yes, I agree!
Can we have an executable just like the winvnc.exe to launch the reverse connect?
Also would need it to have a check box or something to call the ecryption plugin. That would be great.
Maybe also hold previous entries that are entered in the add new client box.
Can we have an executable just like the winvnc.exe to launch the reverse connect?
Also would need it to have a check box or something to call the ecryption plugin. That would be great.
Maybe also hold previous entries that are entered in the add new client box.
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Indeed, reverse connections are not that easy and have to be made
be the user that need support.
If i made something like it, it will be a dedicated revers server
without registry setting and password.
All options are " branded in the exe" by a server creator, the user only
get one button, connect... and even for some of them that would be difficult.
be the user that need support.
If i made something like it, it will be a dedicated revers server
without registry setting and password.
All options are " branded in the exe" by a server creator, the user only
get one button, connect... and even for some of them that would be difficult.
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Even this causes a problem.
I need to start the winvnc.exe outside of the batch file. I have my setup program start it, then call a batch file like this:
Doze 5
winvnc.exe -connect %.......
For some reason the winvnc.exe process in the same batch as the connect, even with the sleep or doze command seems to hang the batch file. It's like winvnc.exe doesn't return a finished starting up command or something.
Not complaining, just not sure why it doesn't play nice in the same batch file.
I need to start the winvnc.exe outside of the batch file. I have my setup program start it, then call a batch file like this:
Doze 5
winvnc.exe -connect %.......
For some reason the winvnc.exe process in the same batch as the connect, even with the sleep or doze command seems to hang the batch file. It's like winvnc.exe doesn't return a finished starting up command or something.
Not complaining, just not sure why it doesn't play nice in the same batch file.
oh yeah,
I would love that feature.
Right now, I usually get them on the phone, telling them:
winvnc start
enter any pass and then ok
add new client (thats the hard part, to get a simple user to find the symbol)
It would be good, If I could even "produce" an exe.
which means, I can embed already the address.
I have a dyndns address, which the user can use.
Kind Regards
Fly
I would love that feature.
Right now, I usually get them on the phone, telling them:
winvnc start
enter any pass and then ok
add new client (thats the hard part, to get a simple user to find the symbol)
It would be good, If I could even "produce" an exe.
which means, I can embed already the address.
I have a dyndns address, which the user can use.
Kind Regards
Fly
I use Setup Factory 6.0
I don't know how to program and was able to get this to work for me and all my vnc installs. Check it out:
http://www.indigorose.com/sf/index.php
I don't know how to program and was able to get this to work for me and all my vnc installs. Check it out:
http://www.indigorose.com/sf/index.php
I can't create a windows shortcut that will execute:Fred wrote:It can have an advance option button from the setup script to enter the reverse server ip/dns name, since it need no password for the viewer to listen therefore, it just create a shortcut icon on the desktop with "winvnc -connet <entered viewer address>"
Thanks
winvnc -connect 192.192.192.0
Do you mean create a batch file? I've done that. I would like a windows icon to call the -connect 192.192.192.0
Re: ShortCut
I'm not sure how you can create a shortcut on the desktop that will call that command.Fred wrote:O, all my client is running winvnc at startup therefore, it need only a shotcut on the desktop to run "winvnc -connect <support.call.com> "
thanks
You can create a shortcut to winvnc.exe but how are you running a shortcut with the -connect switch? If you do that it gives me an error about not being able to find the program.
I can only get it to work in a batch file.
Can you put exactly how you are setting the icon up?