How Windows 8 can pin arbitrary files to the Start screen

  
                                    

By default, Windows 8 can only fix files of a specific file type to the "Start" screen, so what if we want to pin any file to the "Start" screen?

Step 1:

Open Notepad, paste the contents into it, save it as a .reg file, and run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellpintostartscreen]

"MUIVerb"="@shell32.dll,-51201"

" ;NeverDefault"=""

"Description="@shell32.dll,-51202"

"MultiSelectModel"="Single"

[ ,null,null,3],HKEY_CLASSES_ROOT*shellpintostartscreencommand]

"DelegateExecute"="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"

Step 2:

A warning window may pop up , we click “ is & rdquo;.

The item and value were successfully added to the registry, and we clicked <;OK”.

Step 3:

Locate any file, right click and select Pin to “Start” screen.

Then we saw the file I just fixed on the "Start" screen, and then we can choose to click and open.

Then how do we remove the fixed to "start” screen function? At this point we open Notepad, paste the following into it, save it as a .reg type file, and execute it.

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT*shellpintostartscreen]

"MUIVerb"="@shell32.dll,-51201"

"NeverDefault"=""

"Description="@shell32.dll,-51202"

"MultiSelectModel"="Single"

[-HKEY_CLASSES_ROOT*shellpintostartscreencommand]

"DelegateExecute"="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"

Copyright © Windows knowledge All Rights Reserved