Start Screen is the main charm of Windows 8.1 as we all know. However, it is the most controversial Windows feature ever introduced. Due to the introduction of Start Screen, it is possible by default in Windows 8, that you can pin the folders to Start Screen by making a right-click over them and selecting “Pin to Start“. This article will show you how to pin any file to Start Menu in Windows 8 by adding the Pin to Start option in the context menu for files using Registry Editor.
“Pin to Start“, unfortunately, is available for folders only by default. So how do we get the same for files also?
Pin Files to Start Screen in Windows 8.1
In this article, I’ll tell you how you can add the same option for files as well using Registry Editor. Here is the way.
1. Press the Windows Key + R simultaneously and type regedit in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to the following registry key:
HKEY_CLASSES_ROOT\*\shell
3. In the left pane of this location, create a new key by navigating Right Click -> New -> Key. Name it as pintostartscreen.
4. In the right pane of above created key, create a string by navigating Right Click -> New -> String Value. Name it as Description.
Double click on this string to edit it. Put its Value data equals to @shell32.dll,-51202 in the following window:
5. Similar to step 4, create following strings with corresponding Value data:
- MUIVerb – @shell32.dll,-51201
- MultiSelectModel – Single
- NeverDefault – (Empty String)
6. Finally create a subkey of the pintostartscreen key created in step 3 using same procedure. Name the subkey as command.
7. In the right pane of subkey created above, create a string following similar procedure of step 4 and name it as DelegateExecute. Modify its Value data to:
{470C0EBD-5D73-4d58-9CED-E91E22E23282}
That’s it. Close the Registry Editor and make a right-click on any file in Explorer and you’ll see “Pin to Start” in the context menu. Use it to pin the file to Start Screen. In case you want to remove “Pin to Start” option, you can simply delete the key created in step 3 and the option would be removed.
If you wish, you can download the ready-to-use registry fixes from here.
Hope you find the tip useful.