4

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.

DigiMarco
  • 87
  • 1
  • 1
  • 9

2 Answers2

9

%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.

rickripe
  • 111
  • 1
  • 5
1

Bad news, everyone. This is a .com file type. Its in a 'Structured Storage' file intended for .com programmers only.

Decrypt/Read/Modify “.automaticDestinations-ms” and/or ".customDestinations-ms"

Community
  • 1
  • 1