Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - clear recent list for programs



 
08-28-2009   #1


 
 

clear recent list for programs

How do I clear all recent lists from a specific program in start menu? I don't want to disable the recent program/list feature globally, just want to in one click clear all recent lists from that specific program instead of manually one at a time.

My System SpecsSystem Spec
08-28-2009   #2


Vista SP2 HP 32-bit & Ult 64-bit W7 SP1 Pro 32-bit & 64-bit
 
 


Which program are we talking about?
My System SpecsSystem Spec
08-28-2009   #3


Windows 7 Home Premium x86
 
 


The same problem is present in Windows Vista, I guess clearing them manually is the only option.
My System SpecsSystem Spec
.


08-28-2009   #4


 


??? is file extension of desired app
Create a batch file ClearRecent???.cmd
(example below)

Assign a shortcut
Edit shortcut properties as desired
Pin/place shortcut to wherever

Assumes User Profiles are located on C:


c:
cd\
cd %USERPROFILE%\Recent\
del *.???.lnk
cd\
cd %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
del *.???.lnk
exit

Last edited by Antman; 08-28-2009 at 03:39 PM..
My System SpecsSystem Spec
08-28-2009   #5


Windows 7 Home Premium x86
 
 


Quote   Quote: Originally Posted by Antman View Post
??? is file extension of desired app
Create a batch file ClearRecent???.cmd
(example below)

Assign a shortcut
Edit shortcut properties as desired
Pin/place shortcut to wherever

Assumes User Profiles are located on C:


c:
cd\
cd %USERPROFILE%\Recent\
del *.???.lnk
cd\
cd %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
del *.???.lnk
exit
This actually changes nothing, except force removal and more complicated, it will remove the shortcuts manually, he just said something faster then manual removal, like a click to clear them all.
My System SpecsSystem Spec
08-28-2009   #6


 


Quote   Quote: Originally Posted by alishanoon View Post
This actually changes nothing, except force removal and more complicated, it will remove the shortcuts manually, he just said something faster then manual removal, like a click to clear them all.
Hmm...

So modify it.

Duh.
My System SpecsSystem Spec
08-28-2009   #7


 


Quote   Quote: Originally Posted by TheUnseen View Post
How do I clear all recent lists from a specific program in start menu? I don't want to disable the recent program/list feature globally, just want to in one click clear all recent lists from that specific program instead of manually one at a time.
In the event that I misinterpreted the clearly worded request:

This will clear all links, with a single click. Note the lack of the file type variable ???

c:
cd\
cd %USERPROFILE%\Recent\
del *.lnk
cd\
cd %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
del *.lnk
exit
My System SpecsSystem Spec
08-28-2009   #8


Windows7
 
 


For individual items listed as "Recent" on the start menu or on jump lists, you can right click on them and select to remove from this list. It will remove the recent item but leave the source program on the main menu.

Otherwise you can go to the Task Bar properties and on the Start Menu tab, uncheck the "store and display..." boxes, click apply, then you can re-enable. This will globally clear things though.

Providing more efficient and detailed control over the taskbar and start menu recently-used lists, etc., is something they can hopefully add in the future.

Wherever the info for those things is stored, it's separate and distinct from the Recent Places and Recent Items folders like: %appdata%\Microsoft\Windows\Recent

I believe the following folders are tied to the jumplists and start menu recent items, but have lost my pinned items as well when I've messed with them:

%appdata%\Microsoft\Windows\Recent\AutomaticDestinations
%appdata%\Microsoft\Windows\Recent\CustomDestinations
My System SpecsSystem Spec
08-28-2009   #9


 


The OP asked how to clear items from the Start Menu/Recent for a specific application. The Start Menu Recent flyout already has a clear all command.

The prescribed batch file works perfectly on my machine for removing a single file type by extension.
My System SpecsSystem Spec
01-22-2010   #10


win 7 64
 
 

Another way to go about this

I just conquered this issue in a different manor.
I wanted windows to quit displaying a recent list for a specific application.

The recent list for each application is stored in a database file located here:

%appdata%\Microsoft\Windows\Recent\AutomaticDestinations

I opened a file - to add it to the recent list that I wanted to eliminate.
Sorted the files in the above location by date modified.
Changed the permissions - so my user account was DENY'd Read access - BLAM no more recent list for that application.

I win \o/
My System SpecsSystem Spec
Reply

clear recent list for programs problems?



Thread Tools



Similar Threads for: clear recent list for programs
Thread Forum
Recent Items List - Clear Tutorials
Some Programs won't go to Start Menu's Recent Programs List... General Discussion
Recent programs list General Discussion
Limiting which programs add to the Recent Items list General Discussion
Problem with Recent Programs list. General Discussion


All times are GMT -5. The time now is 03:53 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30