As per Jumplist Extender, I'm trying to prevent other apps from refreshing their jump lists (it's assumed that the user WANTS to do this, seeing as this is a JL editor.) One idea is to look for file or registry changes, where the data may be stored, and prevent the data from being written to.

The question is, where is the jump list data stored? It has to be somewhere! I know there's a folder location for pinned items, but I forgot what it is. It'd be great if I can get the "task" data, as well.

Here's the original report.

link|improve this question

75% accept rate
feedback

1 Answer

%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations

There's a file per application inside there. As to how the filenames are mapped to application I don't know.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.