NT Push Install - solution 2

2001-02-27 Thread Richard Harris
Hi all, After battling with rolling VNC out to a large group of NT boxes I came up with this script.It's similar to the existing VNC script, except this installs VNC or Tridia using net use and SC. I have documented it as I know there's room for improvement. If you're interested, you can

Re: Subject: NT, Tridia & Wallpaper problem

2001-02-27 Thread Richard Harris
Brian, Thanks for your input on this. > Not exactly, "OptimizeDesktop" is meant to *enable* all of the > bandwidth optimizations with one single key. It is not meant to > disable them as a group. By default, they should be disabled > anyway. If you only want individual optimizations, just us

Dial Up Connections

2001-02-27 Thread Cliff McLoughlin
I am trying to use VNC to log on the a Windows 98SE PC from my Windows 2000 Pro PC. I would appreciate help with the following: 1 When using the Make New Connection wizard in Win 2000 what type of Network Connection should I select? Is it Dial-up Private Network even though I am connecting direct

Win 98 Dial Up Network Server

2001-02-27 Thread Cliff McLoughlin
I can start the Win 98 SE Dial-up Server from my Dial-up networking settings, connections menu. However, I want to use VNC to help friends with PC problems and would like to give them a Desk-top shortcut to it. Can anyone tell me how to do this or even if it can be done? Thanks Cliff ---

RE: Win 98 Dial Up Network Server

2001-02-27 Thread Dries Feys
If you use vnc in app mode, not as a service, then you just have to put a shortcut from VNCServer (can be found in start menu) to the desktop. When they double-click, their computer is accessible. When you then right-click on the icon below and choose "close VNC", then the connection is closed.

RE: Bad naming convention

2001-02-27 Thread Andrew van der Stock
In past projects, where C has been used, we've gone for C++ like constructs: globals are prefixed such as gLog g_log And struct elements are done like: mLog m_log And local (stack) variables are done like: lVar l_var I'd suggest reading Code C

Hiding Taskbar Icon

2001-02-27 Thread Verne A.
Is there a way to hide the taskbar icon on a machine in app mode? I searched through the registry looking for a string but, no luck. _ __ ___ | | / / [EMAIL PROTECTED] / _ | | |/ // -_)/ __// _ \/ -_) / __ | _ |___/ \__//_

RE: Hiding Taskbar Icon

2001-02-27 Thread Dries Feys
I know it is somewhere to be found in the faq / archive, but I can't tell you where, because I don't use it personally. Regards, Dries Feys -- Software Engineer TVH forklift parts -- Thermote & Vanhalst NV Driemasten 120-126 -- B-8560 Gullegem-Belgium E-mail: [EMAIL PROTECTED] -- URL: http://

Re: Hiding Taskbar Icon

2001-02-27 Thread Chris Wolfe
Please have a look at the FAQ: Chris "Verne A." wrote: > > Is there a way to hide the taskbar icon on a machine in app mode? I searched > through the registry looking for a string but, no luck. --

Re: Hiding Taskbar Icon

2001-02-27 Thread Bob . Hughes
I as well am looking to remove the tray Icon, and I have sifted through the entire registry on my machine without any luck... "Verne A." <[EMAIL PROTECTED]> on 02/27/2001 07:22:39 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Bob Hughes/HBUS/HSBC)

RE: VNC and SSH

2001-02-27 Thread Habermann, David (DA)
>-Original Message- >From: Bill O'Rourke [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 26, 2001 9:24 PM >To: [EMAIL PROTECTED] >Subject: VNC and SSH > >get a message that says "local loopback is disabled". > >Any ideas??? Yes, go to the documentation (http://www.uk.research.att.com/v

Re: Hiding Taskbar Icon

2001-02-27 Thread Bob . Hughes
Here is what I found in the FAQ... Q45 Can I get rid of the taskbar icon created by WinVNC? No. Not without changing and recompiling the source code. We feel that there would be few legitimate uses of VNC where you would need to conceal its operation. However, there might be occasions where you w

Re: Hiding Taskbar Icon

2001-02-27 Thread W. Brian Blevins
Bob and Verne, TridiaVNC supports a registry key "DisableTrayIcon", which will hide the icon on the taskbar in all modes: http://www.tridiavnc.com/list-mailist/2001/Feb/0002.html Downloads are available from: http://www.tridiavnc.com/ Brian > Re: Hiding Taskbar Icon > > From: [EMAIL PROTEC

Re: Hiding Taskbar Icon

2001-02-27 Thread Wayne B
There is a utility called resource hacker that can open winvnc.exe and you can edit it and then save it, you can then remove the icon from winvnc.exe and it will solve your problem, It is easy to use here it is http://www.rpi.net.au/~ajohnson/resourcehacker/ - Original Message - From: <

RE: Hiding Taskbar Icon

2001-02-27 Thread Mark VanderVeen
if you search the list for 'systray' and 'hide' you'll find the following: ---> At least in Win NT 4.0, U can remove the registry key: HKLM\Software\Microsoft\Windows\Current Version\Run\"(path to WinVNC.exe) -servicehelper" Do a logoff, logon. The icon in Systray will not appear anymore.

Re: Hiding Taskbar Icon

2001-02-27 Thread Ran Sasson
well I assume u r talking about win9x ... i'm trying to hide it also... with no luck . in the old vnc versions it was a simple config feature, now it's not. it's not in the faq (there is only for NT) . ( I recall someone has made a patch for it though... ) Ran - Original Message - From:

Re: Hiding Taskbar Icon

2001-02-27 Thread Ran Sasson
Thanks Wayne Ran - Original Message - From: "Wayne B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 3:25 PM Subject: Re: Hiding Taskbar Icon > There is a utility called resource hacker that can open winvnc.exe and you > can edit it and then save it, you

vnc, inetd, gdm, and authentications...

2001-02-27 Thread Mark Humphrey
Hey, all! First, I'm a newcomer to the list, but I discovered VNC almost a year ago. Now, though, I'm having a problem with one of the more advanced features of VNC, namely the -inetd option. As I describe this, though, keep in mind that it took me about half an hour to get all of this working

Re: VNC and SSH

2001-02-27 Thread Dan Fulbright
> VNC server running on Win2K with Vshell (Windows SSH2 server). > SSH Client on another Win2K machine with SSH client with local port 5901 > forwarded to remote port 5901. When I try to connect to localhost:5901 I > get a message that says "local loopback is disabled". Look in the WinVNC docs f

automated setup of WinVNC

2001-02-27 Thread Lewis Kapell
I am testing a means to install WinVNC without user interaction, using the InstallShield features - the -r switch to create a .iss file and the -s switch when running the install. When doing the install with -s it creates the program folders and Start Menu folders, but they disappear almost immed

Windows 2000

2001-02-27 Thread Darbonne, Mark M
How do you get around the locked display on a Windows 2000 machine - if the console is locked - I can not connect to VNC - if I unlock the console - I can go right in - anyone have any suggestions ? - To unsubscribe, send a messag

Re: Tight 1.1p8 Questions

2001-02-27 Thread Const Kaplinsky
> "REM" == Rasmus Emil Mxller <[EMAIL PROTECTED]> writes: REM> I have the same build of Constantin Kaplinskys Tight 1.1p8, REM> which works fine for Win98 server - however, the WINVNC REM> service under NT server/workstation crashes consistently, if REM> I request Tight encodi

Re: Bad naming convention

2001-02-27 Thread Const Kaplinsky
> "MR" == Mac Reiter <[EMAIL PROTECTED]> writes: MR> Just as a note from someone who has been working to port the MR> VNCviewer code to new platforms: MR> The use of "log" as a global variable name was and is MR> amazingly poorly thought out. "log()" is a standard math MR

VNC for SGI UNIX Systems

2001-02-27 Thread Morgan, Steve
Hello, everyone. I need a copy of VNC to use on SGI UNIX systems. Does anyone have a copy of the application? Please send it to me if you have access to a copy. Thanks, Steve Morgan - To unsubscribe, send a message with th

[I]make problem with Xvnc on VNC 3.3.3R2 on SGI IRIX 6.5

2001-02-27 Thread Mac Cody
I'm having problems just getting either imake or make to work correctly to start Xvnc 3.3.3R2 compiling on my SGI Indy running IRIX 6.5.0. The last time I successfully got Xvnc to compile was with version 3.3.3. I did have to change the IMAKE macro to point to the SGI/IRIX imake. That didn't wo

Re: Windows 2000

2001-02-27 Thread Dave Warren
Do you have a global password set, or just a user specific one? And secondly, is VNC installed as a system service, or a user application? - Original Message - From: "Darbonne, Mark M" <[EMAIL PROTECTED]> To: "'VNC mailer'" <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 1:11 PM Su

VNC behind Proxy (port 80/21 open)

2001-02-27 Thread Nathan Shaw
Was there ever a conclusion to whether or not you could connect to a VNC server through a Proxy server if they only allow communication through Port 21 and 80 (for example) ? I was thinking you could set the Java Viewer to listen on port 21, and then the RFB to run on port 80. This way you could

RE: Tight 1.1p8 Questions

2001-02-27 Thread Bill Taroli
Good news (at least to know what's wrong)... could you let us know when it's there? I'd be much obliged. Bill -Original Message- From: Const Kaplinsky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 12:53 To: [EMAIL PROTECTED] Subject: Re: Tight 1.1p8 Questions > "REM"

Re: VNC behind Proxy (port 80/21 open)

2001-02-27 Thread Joseph A. Knapka
Is it a firewall or a proxy server? Those are two different problems, one of which is solved more-or-less completely and one of which is solved in a sort of half-fast way. If the machine between you and your VNC server is a packet-filter firewall that only allows connections to particular ports,

Re: RE: Hiding Taskbar Icon

2001-02-27 Thread Rene Skudstrup
I have a recompiled VNC without the icon Email me at [EMAIL PROTECTED] regards rene - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch

RE: RE: Hiding Taskbar Icon

2001-02-27 Thread Hamish
a copy would be most appreciated regards hamish -Original Message- From: Rene Skudstrup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 February 2001 3:40 PM To: [EMAIL PROTECTED] Subject: Re: RE: Hiding Taskbar Icon I have a recompiled VNC without the icon Email me at [EMAIL PROTEC