Hi,
using ultravnc 1.3.2a
I'm trying to setup unattended full remote access to my box. UAC is blocking me when running uvnc in user mode.
But, ultravnc won't listen to any port when run as a service.
Is it the firewall blocking the process running under system-account, but not when running as logged in
user?
Or can it be something else? (I cannot control/disable the firewall currently to test)
What can i try?
This cmd-log shows the problem:
c:\Program Files\uvnc bvba\UltraVNC>tasklist | find "vnc"
c:\Program Files\uvnc bvba\UltraVNC>winvnc
c:\Program Files\uvnc bvba\UltraVNC>tasklist | find "vnc"
winvnc.exe 28608 Console 1 10 344 K
c:\Program Files\uvnc bvba\UltraVNC>netstat -ano | find "28608"
TCP 0.0.0.0:5800 0.0.0.0:0 LISTENING 28608
TCP 0.0.0.0:5900 0.0.0.0:0 LISTENING 28608
c:\Program Files\uvnc bvba\UltraVNC>taskkill /IM winvnc.exe /F
SUCCESS: The process "winvnc.exe" with PID 28608 has been terminated.
c:\Program Files\uvnc bvba\UltraVNC>net start uvnc_service
De uvnc_service-service wordt gestart.
De uvnc_service-service is gestart.
c:\Program Files\uvnc bvba\UltraVNC>tasklist | find "vnc"
winvnc.exe 18716 Services 0 6 320 K
c:\Program Files\uvnc bvba\UltraVNC>netstat -ano | find "18716"
c:\Program Files\uvnc bvba\UltraVNC>