5

Note: Since the superuser is also a wiki, here is the solution to a problem i had. Others will have the same problem too.

"I cannot pin an application to the taskbar in Windows 7."

Ian Boyd
  • 23,066

1 Answers1

5

You cannot pin an application or shortcut to the taskbar if it contains any of the reserved words:

  • Documentation
  • Help
  • Install
  • More Info
  • Readme
  • Read me
  • Read First
  • Setup
  • Support
  • What's New
  • Remove

This list is stored in the registry:

KEY_LOCAL_MACHINE
   \SOFTWARE
    \Microsoft
     \Windows
      \CurrentVersion
       \Explorer
        \FileAssociation

AddRemoveNames  REG_SZ  Documentation;Help;Install;More Info;Readme;Read me;Read First;Setup;Support;What's New;Remove

In my case i could not pin our bug tracking application HelpDesk to the taskbar.
So i renamed my shortcut to HalpDesk.

alt text

See also

Ian Boyd
  • 23,066