hi folks
how can i delete the Access Database files from the recent open list
same with powerpoint file list--- using VB
Thanks in adv
Printable View
hi folks
how can i delete the Access Database files from the recent open list
same with powerpoint file list--- using VB
Thanks in adv
Do you mean the Recent Document list on the Start menu or the MRU list on the File menu of the application?
right now my program clearing documents history, cookies, temp, Word, Excel and temp internet files directories i need to clear Acess file list and Powerpoint files ......
list mru list on the file menu,........
I am working to create a project to kill user history..... so that no evidence of recent activities......
thanks
The MRU list is stored in the registry. For Office 2000 they are stored under the following keys:
PowerPoint:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\PowerPoint\Recent File List
Access:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Access\Settings
Best regards
thanks for your help....
here in this solution. the key recent file list is deleted form the registry.
when user goto registry he should not find the this key is missing.... or else what can we do that creating the same key....
can you guide me how to create the deleted key....
Thanks in adv
Don't delete the key! Delete the values that refer to the MRU list under those keys.