I push out UltraVNC and hide the tray icon as well as the Start Menu icons. I remove the tray icon by copying ultravnc.ini, which has a parameter that removes the tray icon into "C:\Program Files\uvnc bvba\UltraVNC". In mine, it is under the [admin] section and it is called DisableTrayIcon=1. I remove the Start Menu icons but running a Powershell script as the last step in my package. This way, when I deploy it, nobody knows it is installed.
Comments
I push out UltraVNC and hide the tray icon as well as the Start Menu icons. I remove the tray icon by copying ultravnc.ini, which has a parameter that removes the tray icon into "C:\Program Files\uvnc bvba\UltraVNC". In mine, it is under the [admin] section and it is called DisableTrayIcon=1. I remove the Start Menu icons but running a Powershell script as the last step in my package. This way, when I deploy it, nobody knows it is installed.
Please sign in to leave a comment.