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
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
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