Fix Unable to Pin App to Taskbar and Start Menu Error in Windows 7
2010-07-23 00:19 Johnny Qian 阅读(677) 评论(0) 收藏 举报In Windows 7 , there may be occasional error where user cannot drag and drop an application program to Windows Taskbar (Superbar) and Start Menu anymore, with the icon shows a red cross when user attempts to place it on Taskbar or Start Menu. When right click on a program icon or shortcut, the “Pin to Taskbar” and “Pin to Start Menu” context menu is missing and not showing too.

Other symptom that may affect users facing these errors in Windows 7 including no Jump List been popped up when right clicking on icons in Taskbar.
The cause of the problem is because users have made the shortcut in Windows 7 to be ‘not a shortcut’ by removing the shortcut arrow on icons (including desktop icons) by removing IsShortcut registry key.
Thus, to fix the issue that application programs unable to pin to Taskbar and Start Menu, just re-add the IsShortcut registry key back to .lnk (and other extensions if applicable) shortcut to reset and restore back original state. For user who insists on removing the shortcut arrow, the proper way to remove shortcut arrow yet still allowing pin to Taskbar.
Here is the solution:
- Open cmd.exe as Administrator
- Run the commands below:
cmd /k reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
cmd /k reg add "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f
cmd /k taskkill /f /im explorer.exe & explorer.exe
explorer.exe
Then you will see the command in context menu:

本文基于知识共享署名 2.5 中国大陆许可协议发布,欢迎转载、演绎或用于商业目的,但是必须保留本文的署名Johnny Qian和链接。
浙公网安备 33010602011771号