Deleting Registry keys to Clear MRUs

Hi!
Just a question on privacy in DOPUS. There doesn't seem to be a facility to clear MRUs like find, history, rename, etc...

I found an application that allows the user to specify reg keys and folders to delete.

Looking through the registry I can clear the following:

  1. HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Find\MRU

  2. HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Rename\History\Dir

  3. HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Rename\History\File

  4. HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Select\MRU

Looking through Folders:

  1. C:\Documents and Settings\Administrator\Local Settings\Application Data\GPSoftware\Directory Opus\Thumbnail Cache

I couldn't find a key to clear the undo list, nor could I find a key to clear the "log". Does anyone know where these are located?
Additionally, are there are any additional keys I have missed? Is it sufficient to just get the keys under HKEY_CURRENT_USER, or are there other root keys that need to be edited?

Any help that you guys can offer would be much appreciated. :slight_smile:

Cheers!

ET

anyone ? :confused:

All you would have to do is to create a batch file that merged a reg file.

Create a reg file (remove.reg) that has entries such as:

[code]Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Rename\History\Dir]
[-HKEY_CURRENT_USER\Software\GPSoftware\Directory Opus\Config\User\Find\MRU\Name][/code]

Then create a batch file like this:
REGEDIT /S remove.reg

That will delete those entries. DirOpus will recreate them as they are used.


Edit, I misread your post. You already know how to delete the entries. Sorry, I don't know where those others reside.

thanks v much for your reply though. I really wanted to know how i could automatically clear the log and undo list. are they reg entries or text files stored somewhere?

cheers!
ET