Removing Taskbar Jumplist?

1k views Asked by At

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

1

There are 1 answers

3
Faraday On BEST ANSWER

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