Easy vnc deployment or similar

  • Thread starter Thread starter jcharth
  • Start date Start date
J

jcharth

Hello is there a way to deploy vnc on demand, like sending a link or
something like that? what other options are out there to troubleshoot
windows 2000 remote clients? Thanks.
 
We deploy VNC using an MSI file and AD. If the client PC is not in a
domain, you can point them to a UNC/HTTP download location, and they can run
it from there. I can upload to WWW later if you want.

Daniel
 
What did you do to create the msi? does it update the registry with a
password too?
so far my cmd script does the job, i guess i could put it in a login
script and massively deploy it but i dont really trust vnc and i like
remote assistance with the few xp clients i have.
 
I can't remember the name of the application - but it comes with the 3rd
party tools on the W2K (server only I think) CD. It basically scans the
disk and registry before and after, and rolls all of those settings into an
MSI. It keeps ALL config changes you make, installs the service etc. The
only thing it doesn't do is start the VNCServer service for you when it is
done, but it does mark it as automatic, so a reboot fixes it.
 
Back
Top