Frank Heyne said: > Hello, > > According to the documentation, I would expect when I set in > HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default > AuthHosts -:?10:+10.11.12.13 > QuerySetting 2
The documentation says that AuthHosts is a "Local machine-specific setting", which means it belongs in HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\ . QuerySetting is a "Local & global per-user setting" which means it belongs in either HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\<username> or HKEY_CURRENT_USER\Software\ORL\WinVNC3 . Also make sure you are using DWORD values. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
