When you right click Explorer on the taskbar a list of pinned with 2 categories is shown: Pinned and Most recently used. (I actually disabled the last one)

I was wondering if this is strictly build into the executable or there is a way to change these and create your own category.

I wanted to create an specific category called "Media" (or something like that) so it lists the currently mounted media on the computer.

My best guess is to constantly update the registry with a script running on the background.

Is this possible?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I imagine that there is a way to do it, but I'm not exactly sure how.

I do know that Windows store all the information about the JumpLists in the folders

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

Perhaps there is some way to access and edit this data, though I'm not sure. Microsoft describes how you'd setup the Jump Lists for a new program here.

Source: http://forums.mydigitallife.info/threads/15117-I-can-t-pin-a-folder-to-the-taskbar.../page3

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.