Sooo, I needed a fast VNC that would support multiple monitors so I can run some digital signage and digital artwork remotely on Win 7 64 Bit. Previously I had used the standard REALVNC but it has problems with running as a service in 64bit PC’s, which I had previously tollerated on my Windows Vista implementations. It’s been a few years and so I took another crack at it and found that the current build of UltraVNC:
What it can’t seem to do is consistantly get past the Windows Login/Logon screen. From several blogs, the cause is apparently that UAC has to be ENABLED, which in my case is not a problem, because I always leave UAC on under Windows 7. CTRL ALT DEL usually has no apparent response from the host PC. After playing with settings and reading blogs I found three suggested work arounds, two of which was a good one:
From http://www.appdeploy.com/messageboards/tm.asp?m=76509 I found the solution was to change the following settings in C:\PROGRAM FILES\ULTRAVNC\UltraVNC.INI
[poll]
TurboMode=1
PollUnderCursor=0
PollForeground=1
PollFullScreen=1
OnlyPollConsole=0
OnlyPollOnEvent=0
EnableDriver=1
EnableHook=1
EnableVirtual=0
SingleWindow=0
SingleWindowName=
This website uses cookies.
View Comments
Thanks for the tip. You're a genius. Helped me out perfectly. Maximizing the screen allowed "send ctl alt del" to the windows 2008 server!
I am glad this worked.
Have a great day.