You forgot to mention that you will need to use some utility to run those
commands on the remote machine.
Also would anybody know of a batch file that does this( another utility
might be needed to add registry setting remotely thru a batch file ).
Since we sometimes need to take control remotely it would be nice if we can
just run a batch file and preferably run another batch file to undo the
installation (Uninstall the files and service).
The second batch file would be something like this:

"remote command"
net stop winvnc
winvnc -remove
Del c:\winvnc c:\vnc.dll c:\omnithread.dll
"remote registry command"
del "local machine\vnc hive etc."




-----Original Message-----
From: Jim Millard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 10:24 PM
To: [EMAIL PROTECTED]
Subject: Re: How to install VNC on remote machine


>So my question is:
>Is it possible to install the VNC server on that machine without physically
>travelling overseas to its keyboard?
>If so, how is it accomplished??

1) install the package to your own local machine
2) start the WinVNC server with the password you want on the remote machine
3) copy the contents of the local directory to the remote machine
4) copy %windir%\system32\omnithread_rt.dll to the remote machine
5) on the remote console, run "winvnc -install" (no quotes)
6) using regedt32, open the remote machine's registry and copy *exactly* 
the following registry entry from your box (you'll have to create some
keys):
         Key: HKLM\SOFTWARE\ORL\WinVNC3\Default
         Value: Password
         Type: BINARY
         Content: password hash from your machine
7) on the remote console, run 'net start "vnc server"'

It should let you connect just fine. You'll end up with all the defaults 
because the only thing you "pre set" was the password, but once you're on 
it via GUI, you can further refine the settings using the GUI dialog box.


>Obviously I am the admin of that machine.
>
>/Bo Berglund
>---------------------------------------------------------------------
>To unsubscribe, send a message with the line: unsubscribe vnc-list
>to [EMAIL PROTECTED]
>See also: http://www.uk.research.att.com/vnc/intouch.html
>---------------------------------------------------------------------

--
Jim Millard
+--------------------------------------------------------------+
Kansas City, MO                          http://www.millard.org/
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to