chipa:First of all I'm annoyed this has happened, second, I need to hide this icon to avoid user confusion. Any ideas?
Script Name: Remove/Hide RealVNC Icons Script Description: Remove RealVNC Start Menu Group and hide tray icon. IF True THEN Execute Shell Command Parameter 1 : rd /s/q "%ALLUSERSPROFILE%\Start Menu\Programs\RealVNC" Parameter 2 : 1 OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4\DisableTrayIcon Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 ELSE
CCDave:Chris, I'm not 100% positive about K2, but in K2008 I would run the following script to hide the VNC icon: Script Name: Remove/Hide RealVNC Icons Script Description: Remove RealVNC Start Menu Group and hide tray icon. IF True THEN Execute Shell Command Parameter 1 : rd /s/q "%ALLUSERSPROFILE%\Start Menu\Programs\RealVNC" Parameter 2 : 1 OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4\DisableTrayIcon Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 ELSE