Let win8 start menu to add any file coup

  

The folder that is stored in the desktop's Start menu is the easiest to access. Recently, some friends have encountered such troubles: the system is Win8, but by default, this system can only store certain file types to the "Start" menu, but does not accept any files. For this kind of trouble, we only need three steps to solve this problem.

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\\*\\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}"

Step 2: Br>

After the above steps are set, a warning window may pop up, 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\\*\\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}"

Three simple steps make it easy to find the files you need in the Start menu, no longer selecting specific files or arbitrary files. If you want to put the general files in the Start menu on the Win8 system, you only need to set them up through the above three steps to easily implement them.

Copyright © Windows knowledge All Rights Reserved