Quantcast
Channel: WinMatrix Latest Posts
Viewing all articles
Browse latest Browse all 3372

How to add "Pin to Start Screen" context menu item for all fil

$
0
0
I just found out this trick while working on my new application

Merge the following registry tweak and you are done:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\pintostartscreen]
"MUIVerb"="@shell32.dll,-51201"
"NeverDefault"=""
"Description"="@shell32.dll,-51202"
"MultiSelectModel"="Single"

[HKEY_CLASSES_ROOT\*\shell\pintostartscreen\command]
"DelegateExecute"="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"


That’s it. Now you can right click on any file and choose the “Pin To Start Screen” context menu item.

I also described that in my blog.

Viewing all articles
Browse latest Browse all 3372

Trending Articles