Search code examples
c#jump-listwindows-api-code-pack

Removing Taskbar Jumplist?


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


Solution

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