How to store Win8 ordinary files in the start menu

  

Step 1:

Open Notepad, paste the contents into it, save it as a .reg type 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:

After the above steps are set , a warning window may pop up, and we click “ is ”.

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.

Similarly, if we want to remove the function fixed to the start menu, we can also set it like this:

Open Notepad, paste the following into it and save it as a .reg file. And execute.

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