Changes

Jump to: navigation, search

UltraVNC

207 bytes added, 12:31, 4 February 2011
Windows Firewall
When installing silently the Windows Firewall won't prompt you to allow the VNC Server. You can script allowing traffic to the VNC server (on TCP port 5900, from all sources) using:
<source lang="dos">
:: allow incoming TCP connections to port 5900
netsh advfirewall firewall add rule name="VNC SERVER" dir=in protocol=TCP localport=5900 action=allow
</source>
 
old command (out-of-date)
<source lang="dos">
netsh firewall add portopening TCP 5900 "VNC server" enable all
Anonymous user

Navigation menu