clear recent list for programs

TheUnseen

New member
Member
Local time
12:54 AM
Messages
90
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 Computer

OS
W7
Which program are we talking about?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dwarf Dwf/11/2012 r09/2013
OS
Windows 8.1 Pro RTM x64
CPU
Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.4GHz)
Motherboard
ASRock Z77 Extreme4-M
Memory
4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
Graphics Card(s)
MSI GeForce GTX770 Gaming OC 2GB
Sound Card
Realtek High Definition on board solution (ALC 898)
Monitor(s) Displays
ViewSonic VA1912w Widescreen (VGA)
Screen Resolution
1440x900
Hard Drives
OCZ Agility 3 SSD 120GB SATA III x2 (RAID 0)
Samsung HD501LJ 500GB SATA II x2
Hitachi HDS721010CLA332 1TB SATA II
Iomega 1.5TB Ext USB 2.0
WD 2.0TB Ext USB 3.0
PSU
XFX Pro Series 850W Semi-Modular
Case
Gigabyte IF233
Cooling
1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
Keyboard
Microsoft Comfort Curve Keyboard 3000 (USB)
Mouse
Microsoft Comfort Mouse 3000 for Business (USB)
Internet Speed
NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
Antivirus
Avast! 8.0.1497
Browser
IE 11
Other Info
Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray
Lexmark S305 Printer/Scanner/Copier (USB)
WEI Score: 8.1/8.1/8.5/8.5/8.25
Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
The same problem is present in Windows Vista, I guess clearing them manually is the only option.
 

My Computer

Computer Manufacturer/Model Number
HP compaq Presario CQ60
OS
Windows 7 Home Premium x86
CPU
AMD Athlon
Memory
2.00 GB
Graphics Card(s)
ATI Redon
??? 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:
??? 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 Computer

Computer Manufacturer/Model Number
HP compaq Presario CQ60
OS
Windows 7 Home Premium x86
CPU
AMD Athlon
Memory
2.00 GB
Graphics Card(s)
ATI Redon
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.
 
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
 
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 Computer

OS
Windows7
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.
 
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 Computer

Computer Manufacturer/Model Number
Me
OS
win 7 64
CPU
i7 920
Motherboard
gigabyte ex58-ud3r
Memory
6 GB
Graphics Card(s)
gForce 8800 GTS
Sound Card
onboard
Monitor(s) Displays
dell 22" ultra sharp
Hard Drives
2x32GB 10k Raptors in a stripe
and a few data drives
Cooling
Cooler Master Hyper 212
I've written a VBS and batch file that work together to clear out specific results (based on file extension) which works for me in Win7. I probably could make it entirely VBS, but it was a quick fix in the first place :) I can post my scripts if anyone wants them, though they're not doing anything terribly clever (but it might help people track down weird behaviour in their scripts).

Have you been able to make head or tail of the files in that AutomaticDestinations folder? I came across this thread because I've been trying to get OpenOffice to forget the folder it last saved in, but I don't want to lose its whole jump list in the start menu as well. Each file seems to have a whole load of munged-together data that doesn't seem to be from one specific application, but I could be wrong.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
My own build
OS
Windows 7 HP 64-bit
CPU
Intel Core i5-4690K
Motherboard
ASUS Z97 PRO GAMER
Memory
8GB DDR3-1600
Graphics Card(s)
NVIDIA GeForce GTX 750Ti
Sound Card
Onboard
Monitor(s) Displays
Iiyama 22" wide-screen LCD
Screen Resolution
1080p
Hard Drives
Samsung 840 PRO 256GB (boot)
WD Black 1TB
PSU
Corsair VX450W
Case
Coolermaster Elite 330
Cooling
12cm chassis fan
Antivirus
MSE
Regarding the "AUTOMATICDESTINATIONS" files, open them in Notepad and among the clutter of binary values you'll find the actual filenames that correspond to the entries in the jumplist for the particular program that the file is for.

As was mentioned previously, if you open a file using the program that you want to block the jumplist for, and then immediately list all the AUTOMATICDESTINATIONS files in Date Modified order, that jumplist file will be the most recently-updated one.
 

My Computer

Computer Manufacturer/Model Number
HP HPE-180t
OS
windows 7
CPU
Intel Core i7-930 quad-core
Memory
8 gb
Graphics Card(s)
ATI Radeon HD 4650 [DVI,HDMI,VGA]
Sound Card
Creative Sound Blaster X-Fi Xtreme Audio
Monitor(s) Displays
Samsung SyncMaster
This rocks

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/

Cleanest security solution to application behaviour in ... forever!

If only all fixes were so coherent...

Thanks for sharing man, inspired!

ALWAYS BACKUP (Although I didn't here:).
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Ultimate 64bit
CPU
2.2
Memory
8Gb
Graphics Card(s)
NVIDIA
Screen Resolution
1280/762
Mouse
built in pad || iphone || MS wireless
Internet Speed
100MB
Antivirus
Avast
Browser
Chrome, Chrome portable
Back
Top