Hi mikeh,
For the file extensions in question... If the FTA_NoRecentDocs attribute does not
already exist, and if you do not run any applications that programmatically change
the attribute, then you should be able to prevent files of that type from being added
to the Recent Documents folder by editing the registry.
For example, on my computer, for JPEG Image (jpegfile), the above criteria is true.
Therefore, if I perform the following steps JPGs are not added to the Recent
Documents folder for any user on the computer. The same can be said for GIF
Image [HKEY_CLASSES_ROOT\giffile]
- Click Start, click Run, type the following command and click OK: regedit
- In the left-pane select the following key: HKEY_CLASSES_ROOT\jpegfile
- In the right-pane choose Edit | New | DWORD value
- Change the assigned name (New Value #1) to EditFlags
- Double-click EditFlags and in the Value Data box enter: 100000
If the FTA_NoRecentDocs attribute (EditFlags value) already exist, and/or you would
like to prevent files of certain types from being added to the Recent Documents
folder for your User Profile only, repost with details such as the exact registry Key
Name and EditFlags data.
Before you edit the registry I recommend that you understand how to backup, edit and
restore the registry. For more information see the following Microsoft Knowledge
Base Article and/or Registry FAQ. In particular, I suggest that you export the
registry key before you edit it.
KB322755 - HOW TO: Backup, Edit, and Restore the Registry in Windows 2000
http://support.microsoft.com/?scid=322755
Windows Registry Guide - Windows Registry FAQ
http://www.winguides.com/article.php?id=1&guide=registry
--
Carrie Garth, Microsoft MVP for Windows 2000
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c x g
: "mike" <mjholmes AT dialstart DOT net>
: Wrote in message : Sent: Thursday, October 09, 2003 12:12 PM
:
: Is it possible to change the extensions that cause a file to be added
: to the : documents history list (i.e. don't add gif,jpg and the like) I only
: want .doc .xls .pdf
:
: TIA
:
: mikeh