Possible Duplicate:
Clear cache/history in Windows 7?

How do I remove the list of recent files in Windows 7?

Are those files stored anywhere else?

link|improve this question
feedback

migrated from stackoverflow.com Jan 14 '10 at 22:04

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by random, Ivo Flipse Jan 15 '10 at 6:27

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

Recent Items listed in the start menu are stored in:
%appdata%\Microsoft\Windows\Recent

To delete, you can either right-click on Recent Items from the start menu and select Clear recent items list or you can empty the folder from inside Windows Explorer.


Recent items listed in jump lists are stored in:
%appdata%\microsoft\windows\recent\automaticdestinations

To delete, empty the folder from inside Windows Explorer, or from the command prompt using
del %appdata%\microsoft\windows\recent\automaticdestinations\*

link|improve this answer
1  
Though be aware that deleting those files also has the less desirable effect of also clearing your pinned items in your jump lists. Would be nice to be able to clear the recent items without clearing the pinned ones. – andynormancx Aug 4 '10 at 23:43
1  
Just to note browsing to the %appdata%\microsoft\windows\recent\ folder in Explorer will not show you the automaticdestinations folder as it is a hidden system folder. If you want the specific jumplists folder then it is at location C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestina‌​tions – Mokubai Sep 10 '11 at 18:51
feedback

How do i remove all recent files in windows-7?

Ccleaner, a system optimization, privacy and cleaning tool, will clear "all recent files" (and much more).

Ccleaner is freeware, i recommend Ccleaner Slim (without browser toolbar).

link|improve this answer
It never hurts to run CCleaner, so if it suits his needs and clean up even more mess, the more the better! – Ivo Flipse Jan 15 '10 at 6:28
feedback

Here is a site that will help you and tell you where the docs are stored. It has lots of other hints which show you how to turn this off if required.

http://www.sevenforums.com/tutorials/2275-recent-programs-turn-off.html

link|improve this answer
feedback