Win7 can not lock the program to the taskbar solution

  

Recently encountered a problem when using windows7, that is, commonly used programs and shortcuts can not be locked to the taskbar, I did not know what happened, but many existing The method can't solve this problem. After I read a lot of information, I found out that the problem lies in piffile and lnkfile. Now I share my solution with everyone.

First create a new txt file name on the desktop, copy the following text into it, and change the extension to reg:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\piffile]

@="Shortcut to MS-DOS Program"

"EditFlags"=hex:01,00,00,00

" ;IsShortcut"=""

"NeverShowExt"=""

"FriendlyTypeName"=hex(2):40,00,25,00,53,00 ,79,00,73,00,74,00,65,00,6d,00,52,\\

00,6f,00,6f,00,74,00,25,00,5c, 00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\\

32,00,5c,00,61,00,63 ,00,70,00,70,00,61,00,67,00,65,00,2e,00,64,00,6c,00,6c,\\

00,2c,00, 2d,00,36,00,30,00,30,00,35,00,00,00

[HKEY_CLASSES_ROOT\\piffile\\shell]

[HKEY_CLASSES_ROOT\\piffile\\shell\\open ]

[HKEY_CLASSES_ROOT\\piffile\\shell\\open\\command]

@="\\"%1\\" %*"

[HKEY_CLASSES_ROOT\\ Piffile\\shellex]

[HKEY_CLASSES_ROOT\\piffile\\shellex\\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\\piffile\\shellex\\ContextMenuHandlers\\AVG8 Shell Extension]

@="{9F97547E -4609-42C5-AE0C-81C61FFAEBC3}"

[HKEY_CLASSES_ROOT\\piffile\\shellex\\DropHandler]

@="{86C86720-42A0-1069-A2E8-08002B30309D}"< Br>

[HKEY_CLASSES_ROOT\\piffile\\shellex\\IconHandler]

@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\\piffile\\shellex\\ PropertySheetHandlers]

[HKEY_CLASSES_ROOT\\piffile\\shellex\\PropertySheetHandlers\\PifProps]

@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT \\piffile\\shellex\\PropertySheetHandlers\\ShimLayer Property Page]

@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

Then create a new 2 txt file, then Copy the following content and change the extension to reg:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\lnkfile]

@="Shortcut"

"EditFlags"=dword:00000001

"FriendlyTypeName" ;="@shell32.dll,-4153"

"IsShortcut"=""

"NeverShowExt"=""

[HKEY_CLASSES_ROOT \\lnkfile\\CLSID]

@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\\lnkfile\\shellex]

[HKEY_CLASSES_ROOT\\ Lnkfile\\shellex\\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\\lnkfile\\shellex\\ContextMenuHandlers\\Compatibility]

@="{1d27f844-3a1f-4410-85ac-14651078412d}"

[HKEY_CLASSES_ROOT\\lnkfile\\shellex\\ContextMenuHandlers\\OpenContainingFolderMenu]

@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"

[HKEY_CLASSES_ROOT\\lnkfile\\shellex\\ContextMenuHandlers \\{00021401-0000-0000-C000-000000000046}]

@="& Quot;

[HKEY_CLASSES_ROOT\\lnkfile\\shellex\\DropHandler]

@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\\lnkfile \\shellex\\IconHandler]

@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\\lnkfile\\shellex\\PropertySheetHandlers]

[ ,null,null,3],HKEY_CLASSES_ROOT\\lnkfile\\shellex\\PropertySheetHandlers\\ShimLayer Property Page]

@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

These two most important files are built Ok, the next thing to do is to open the task manager, end the "explorer" process, and then click on the task manager's file --- New Task, import the two reg files at once, and start C: \\Windows\\explorer.exe (see your system installed on that disk), see if you can program and shortcut pin such as the taskbar! !

Haha, but there is a problem with this, you will find an arrow on the shortcut, which is very annoying.

Copyright © Windows knowledge All Rights Reserved