Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

What is the location of pinned start menu and taskbar items?

Is this list a registry, or a folder somewhere?

share|improve this question
up vote 77 down vote accepted

You can find pinned apps in:

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

and for the start menu apps go to:

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu
share|improve this answer
17  
Crazy ... Why did they put in a subdirectory of Internet Explorer? – Noah Aug 2 '10 at 22:00
2  
Presumably, because way bay they were trying to integrate IE directly into the shell of Windows. (e.g. Active Desktop in Windows 98 was where they started going with this) – Colin Mackay Jul 25 '13 at 9:24
2  
It doesn't look like pinned directories are stored here. Adding my own directory shortcuts here doesn't make those directories show up in the start menu. – bames53 Sep 30 '13 at 17:58

You can find the programs that you have pinned to the start menu at:

C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned

and the taskbar shortcuts are at:

C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Just copying shurtcuts into these locations does not work. You can, however, add shurtcuts via the Powershell.

share|improve this answer
    
Technically that's only correct if you haven't relocated your AppData folder. – Pharap Dec 17 '14 at 19:08
    
Also - the link to the scripted way of adding items is VBScript - not Powerhshell - but probably could be adapted :) – GodEater Jun 18 '15 at 7:41

To add a degree of precision to the replies which identified the…

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu

…folder as the location where user pinned Start Menu items are stored, note that only actual programs—executables—that are pinned to the Start Menu will appear in that folder. Neither folders nor data files, both of which can also be pinned to the Start Menu, will appear in that folder. I mention it both for future readers who come upon this page via search engine result and because the original question mentioned Start Menu items, not just programs in particular. So if a user has, for example…

• 2 folders • 3 programs • 2 documents • 1 music file

…only the second item—the 3 programs—will show at the location above.

Don't know where the other stuff that appears there, like the folders, documents, and music file above, gets recorded, but the Registry is likely a safe bet.

share|improve this answer

Depends on the type of application. Majority can be found in the answers already shared. But they are also contained at the following path.

%AppData%\Roaming\Microsoft\Windows\Start Menu\Programs

share|improve this answer

Wanted to add to other answers. The paths are:

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu

In my case, I wanted to pin certain programs there directly point to the EXE files due to some corrupt installers preventing icons from showing up from advertised shortcuts. For this, you have to pin the program as usual (right click on the button and "Pin ..."), then create a shortcut pointing to the exe file in some other folder (doesn't matter where), then overwrite the pinned shortcut with your manually created shortcut - voila the icons are back!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.