VNC install with accept from user

D

deen

I have a network of 1000 PC's running on an Active Directory
environment.
I would like to deploy VNS to all PC's. (Any version ultra or real VNC)
The version of VNC to be installed must have security whereby the user
must accept or decline incoming calls from VNC.

How can this be established as the VNC installs as standard with no
accept or decline.
I need away to set the accept without having to do this manually 500
times.

there must be a way. please help
 
C

Clay Calvert

I have a network of 1000 PC's running on an Active Directory
environment.
I would like to deploy VNS to all PC's. (Any version ultra or real VNC)
The version of VNC to be installed must have security whereby the user
must accept or decline incoming calls from VNC.

How can this be established as the VNC installs as standard with no
accept or decline.
I need away to set the accept without having to do this manually 500
times.

It is a registry setting. Usually it is somewhere under
HKLM\Software\ORL and the value to look for is QueryConnect. Set it
to true. You may want to consider setting this via GPO.
Clay Calvert
(e-mail address removed)
Replace "Z" with "L"
 
D

deen

i have the settings for having the user asked for acceptance.
these are stored in the registry below on the users PC's.
does anyone know how to create a script to apply to active directory
group policy to change value to all 1000 PC's once vnc is deployed.
And does anyone know the values
PLEASE HELP.

Code:

HKLM\Software\ORL\WinVNC3\Default\QuerySettings

HKLM\Software\ORL\WinVNC3\Default\QueryAccept

HKLM\Software\ORL\WinVNC3\Default\QueryTimeout

Apply these reg entries to all machines.
 
D

deen

i have the settings for having the user asked for acceptance.
these are stored in the registry below on the users PC's.
does anyone know how to create a script to apply to active directory
group policy to change value to all 1000 PC's once vnc is deployed.
And does anyone know the values
PLEASE HELP.

Code:

HKLM\Software\ORL\WinVNC3\Default\QuerySettings

HKLM\Software\ORL\WinVNC3\Default\QueryAccept

HKLM\Software\ORL\WinVNC3\Default\QueryTimeout

Apply these reg entries to all machines.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top