Changes

UltraVNC

303 bytes added, 19:01, 4 September 2008
Added command-line for Windows Firewall
net start WinVNC
echo
</source>
 
 
== 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">
netsh firewall add portopening TCP 5900 "VNC server" enable all
</source>
[[Category:Silent Installers]]
577
edits