If you have a host application that you don’t want to be pinned to the Windows 7 taskbar, you can do so by adding a registry value in the application registration area. By default Windows prevents the following host processes from being pinned to the taskbar.
- RUNDLL32.EXE
- MSHTA.EXE
- DLLHOST.EXE
- APPLAUNCH.EXE
- HH.EXE
- WINHLP32.EXE
- MMC.EXE
… and other file names defined in the following registry key in string values HostApps, AddRemoveApps and AddRemoveNames
To remove the Pin to Taskbar (and "Pin this program to taskbar") context menu options for a particular application, use these steps:Read more