HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3
DisableTrayIcon: Setting this entry to 1 remove the tray icon
There is an error in the documentation, key
HKEY_LOCAL_MACHINE\Software\ORL does not exist
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3 is the correct.
Sample
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"DebugMode"=dword:00000002
"DebugLevel"=dword:0000000a
"AllowLoopback"=dword:00000001
"MSLogonRequired"=dword:00000000
"UseDSMPlugin"=dword:00000000
"DisableTrayIcon"=dword:00000001
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
- 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
- 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
Remove/show tray icon
- Rudi De Vos
- Admin & Developer
- Posts: 6865
- Joined: 2004-04-23 10:21
- Contact:
Remove/show tray icon
Last edited by Rudi De Vos on 2008-06-20 18:34, edited 1 time in total.
Re: Remove/show tray icon
for show/hide the systray winvnc icon of uvnc 1.0.4 or higher.
stop uvnc_service or close winvnc.
open notepad and open existing file ultravnc.ini from folder ultravnc
run as administrator notepad (if vista, server 2008 or higher)
under text [admin]
if exist edit or if not exist, add single of this variable without (comment)
DisableTrayIcon=0 (show icon = default)
DisableTrayIcon=1 (hide icon)
save ultravnc.ini
start uvnc_service or open winvnc
winvnc systray icon show or hidden depend of the setting apply.
do not change the ultravnc.ini file name.
stop uvnc_service or close winvnc.
open notepad and open existing file ultravnc.ini from folder ultravnc
run as administrator notepad (if vista, server 2008 or higher)
under text [admin]
if exist edit or if not exist, add single of this variable without (comment)
DisableTrayIcon=0 (show icon = default)
DisableTrayIcon=1 (hide icon)
save ultravnc.ini
start uvnc_service or open winvnc
winvnc systray icon show or hidden depend of the setting apply.
do not change the ultravnc.ini file name.
Last edited by redge on 2008-07-14 11:16, edited 3 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- Posts: 1
- Joined: 2012-12-19 09:07
Re: Remove/show tray icon
Hi,
in case of uvnc release 1.1.8 November 2012, installed on win7 as service and the settings stored in registry. The path to winvnc3 is
in case of uvnc release 1.1.8 November 2012, installed on win7 as service and the settings stored in registry. The path to winvnc3 is
how-to post is being prepared at http://sohonetwork.blogspot.in/2012/12/ ... e-reg.html\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORL\WinVNC3\
Re: Remove/show tray icon
Hi redge:
I have modified the ultravnc.ini file as mentioned:
modified from
DisableTrayIcon=0 (show icon = default)
to
DisableTrayIcon=1 (hide icon) from
Now the service is running, icon is not being shown however it is not accepting any client connections :S
The error message the client gets is:
Error!
VNC connection failed!
recvfrom failed: ECONNRESET (Connection reset by peer)
why? Help pls...
thanks in advance,
Miguelpcn
I have modified the ultravnc.ini file as mentioned:
modified from
DisableTrayIcon=0 (show icon = default)
to
DisableTrayIcon=1 (hide icon) from
Now the service is running, icon is not being shown however it is not accepting any client connections :S
The error message the client gets is:
Error!
VNC connection failed!
recvfrom failed: ECONNRESET (Connection reset by peer)
why? Help pls...
thanks in advance,
Miguelpcn