Hi,

> I've went all through the QuerySetting and tried them all.  I like the
> prompt box, but the default is deny.  This is not a good option if the
> user is away from their desk and we need in their computer.  Also,

Ok... I'm hoping you want something like this.

1) Machine not logged on (and let you VNC without any prompt)
2) If a user is logged on, flash up a warning (x number of seconds?) BUT 
default to accept the connection.

You'll need to use Tridia as vanilla VNC doesn't support the default to accept 
after timeout. However, the keys are: 

\hklm\software\orl\winvnc3
    authHosts = -:?10

(rule = don't allow anyone in unless they come from the 10.0.0.0 network AND 
when they do - flash up the warning banner)

\hklm\software\orl\winvnc3\default
    QueryAccept = REG_DWORD 0x00000001
    BeepConnect = REG_DWORD 0x00000001
    QueryTimeout = REG_DWORD 0x0000000a

(rule: if any user is logged in, make a warning beep on connection, display this 
for 10 seconds (hex value a = 10 <w>) but always default to accepting.

\hklm\software\orl\winvnc3\SYSTEM
    QuerySetting = REG_DWORD 0x00000001
    QueryTimeout = REG_DWORD 0x00000001
    BeepConnect = REG_DWORD 0x00000000

If the user logged on is "system" (namely, noone logged on <w>), don't beep 
and always accept after a waiting second.

Hope that helps and don't forget that you'll need Tridia for these keys to work 
properly. I'm not sure if TightVNC or zVnc support these options.

Later,
Richard

---------------------------------
Richard Harris
Environment IT, NCC
Ext 4509
---------------------------------

"Service, price , quality: pick any two."
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to