the tray icon partially is dependant on what version of VNC you are running.
as far as I know, version 4 doesn't allow this. in version 3.3.7, install as a service, then remove the WinVNC entry from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run in the registry. this line runs the "servicehelper" segment that adds the tray icon (among other things I'm told, but as of yet have not been told *what* other things). the following lines can be saved in a .reg file to do it for you ---begin copied text--- REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "WinVNC"=- ---end copied test--- this is from the documentation for 3.3.7. it is a regkey located at HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\Default " AllowEditClients WinVNC will include the Add New Client and Disconnect All Clients options on the tray icon menu. This option causes these options to be disabled, preventing users from connecting out to listening viewers, or from disconnecting existing viewers." here are the lines for a .reg file ---begin copied text--- REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default] "AllowEditClients"=dword:00000000 ---end copied test--- I can't find anything in the version 4 documents for this, so it may no longer be an option. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cesar Dela Paz Sent: Wednesday, April 27, 2005 07:29 To: [email protected] Subject: VNC Server Options Hello, Is there a way to switch off the option in VNC Server to disconnect clients and to hide VNC in the tray icon? Cesar _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
