VNC unattended Server (No user Interaction)
        Posted  
        
            by 
                Louis van Tonder
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Louis van Tonder
        
        
        
        Published on 2013-11-08T09:06:29Z
        Indexed on 
            2013/11/08
            10:01 UTC
        
        
        Read the original article
        Hit count: 311
        
I worked on a proof on concept a while ago.... whereby I managed to get VNC going in full "unattended" mode...
I.e. The VNC Server dials into the viewer... which is running in Listening mode. The same concept of how single click works, but without the user interaction.
I cant seem to locate my source files for this concept I worked on... although I have found my shortcut that worked on the Viewer side to listen.
"C:\Program Files\UltraVNC\vncviewer.exe" -listen 5007 /noauto /256colors
I can not however remember/locate my demo of what the server is doing.... how to configure it. If I remember correctly, the server was also started with command line params that "dialed" into a remote IP/port, that the viewer is listening on.
Any ideas?
Thanks
© Server Fault or respective owner