RE: clearing connection dialog box

2002-05-02 Thread Steve Palocz
Sure, Just delete them from the registry. HKEY_CURRENT_USER\software\orl\vncviewer\mru Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Cella Sent: Wednesday, May 01, 2002 6:52 PM To: [EMAIL PROTECTED] Subject: clearing connection dialog box

Re: clearing connection dialog box

2002-05-01 Thread Kevin Cella
thanks! - Original Message - From: "Alex K. Angelopoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 7:10 PM Subject: Re: clearing connection dialog box > The settings are in the registry, under > > HKEY_CURRENT_USER\Softw

Re: clearing connection dialog box

2002-05-01 Thread Alex K. Angelopoulos
The settings are in the registry, under HKEY_CURRENT_USER\Software\ORL\VNCviewer\MRU You can try running the following script whenever you want to clear them out: 'rmVncMru.vbs Set oSh = WScript.CreateObject("WScript.Shell") oSh.RegDelete "HKCU\Software\ORL\VNCviewer\MRU\" - Original Mes