0

So I was messing about with JumpLists from the Windows API Code Pack for Microsoft .NET, and there is a slight problem that seems to have occurred.

After removing or editing the code, references and deleting the libraries themselves, the jumplist still remains.JumpList Code

What I would like to know is, how can I remove this JumpList from my program? (The image shows edited code, and the result, which was the previously present code).

LMS
  • 4,117
  • 5
  • 27
  • 37

1 Answers1

1

The directory that stores jumplists can be found by going to

%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\

In this path you can select and delete the jumplists you no longer want...

Faraday
  • 2,904
  • 3
  • 23
  • 46
  • Deleted both the most recently accessed files (the time is roundabout when I first added the JumpList), and it is still on the program. – LMS Jun 05 '12 at 11:32
  • @LiamMcSherry Also, have you tried right-clicking on the individual item in the jumplist and selecting "Remove from this list"? – Faraday Jun 05 '12 at 11:45
  • I just went to try both but, after deleting the files (libs, sfi_hc.exe, sfi_hc.vhost.exe), the JumpList is gone. – LMS Jun 05 '12 at 11:54