>I have a network of 1000 PC's running on an Active Directory
>environment.
[quoted text clipped - 6 lines]
>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
CCalvert@Zanguru.com
Replace "Z" with "L"
deen - 31 Mar 2006 09:54 GMT
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.
deen - 31 Mar 2006 09:54 GMT
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.