Security idear
paul.f.morris@ca.abb.com
paul.f.morris "at" ca.abb.com
Tue, 14 Sep 1999 13:59:07 +0000
Hi All,
Here is my install batch:
-------------------------------------------cut
here------------------------------------------------
@echo off
regedit /s \\dc2\apps\Setup\VNC\vnc_x86_win32\vnc.reg
c:
cd "\Program Files"
md Orl
md Orl\Vnc
cd Orl\Vnc
copy \\dc2\apps\Setup\VNC\vnc_x86_win32\vnchost\*.*
winvnc -install
net start winvnc
-------------------------------------------cut
here------------------------------------------------
Here is the reg file (no it's not my real password)
-------------------------------------------cut
here------------------------------------------------
REGEDIT4
[HKEY_USERS\.DEFAULT\Software\ORL\WinVNC3]
"SocketConnect"=dword:00000001
"AutoPortSelect"=dword:00000001
"InputsEnabled"=dword:00000001
"Password"=hex:1d,65,c6,05,01,2b,b6,3c
"PollUnderCursor"=dword:00000000
"PollForeground"=dword:00000000
"PollFullScreen"=dword:00000001
"OnlyPollConsole"=dword:00000001
"OnlyPollOnEvent"=dword:00000000
-------------------------------------------cut
here------------------------------------------------
This works and avoids the dialogs.
Paul
---------------------------------------------------------------------
The VNC mailing list - see http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------