Is there a way to give the viewer a list of names and IP Addresses that will appear in the VNC: Server: dropbox list?
It now says:
192.168.1.121
192,168.1.122
192.168.1.123
192.168.1.124
I want it to say:
Master 192.168.1.121
Station A 192,168.1.122
Station B 192.168.1.123
Station C 192.168.1.124
I think I have seen it before, I just don't know how to set it up.
Thanks,
John
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
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
Viewer - Control what displays in the server list
Re: Viewer - Control what displays in the server list
you can greate a list in the local registry
see that, create your own *.reg files to import the reg-value`s
-------start of the test.reg - file -----------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ORL\VNCviewer\MRU]
"index"="BA"
"A"="192.168.1.121"
"B"="192.168.1.122"
"C"="192.168.1.123"
"D"="192.168.1.124"
-------end of the test.reg - file -----------------------------------
have a nice time ....
see that, create your own *.reg files to import the reg-value`s
-------start of the test.reg - file -----------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ORL\VNCviewer\MRU]
"index"="BA"
"A"="192.168.1.121"
"B"="192.168.1.122"
"C"="192.168.1.123"
"D"="192.168.1.124"
-------end of the test.reg - file -----------------------------------
have a nice time ....
Die Welt geht Remote . . . . / the World goes remote . . . .
www.vnc-world.com
Writer of the first book about UltraVNC!!!
www.vnc-world.com
Writer of the first book about UltraVNC!!!
Re: Viewer - Control what displays in the server list
Thank you so much for the help.
I really appreciate it!
John
I really appreciate it!
John