Win10 how to fix the run to the start menu Win10 run fixed to the start menu tutorial

  

How does Win10 fix the run to the start menu? The “Run” function is popular with many users because it is simple, convenient and practical. In older versions of Win7 and other systems, the user can have the function displayed directly in the start menu for easy operation. However, in Win10, since the start menu has been rewritten, the original settings are no longer suitable, so there is no previous fixed option. However, there are still many users who need to display "Run" in the start menu, but find that the program itself is different from other Win32 programs and cannot be fixed directly.

Want to fix the "Start" menu in Windows 10, you need to use ... 嘿嘿, not the registry editor, but CLSID* (GUID, globally unique identifier), but Things can also be found in the registry, the location is as follows:

HKEY_CLASSES_ROOT\\CLSID

As can be seen from the above picture, this is not for everyone to see... except for numbers and There is no other explanation for the coding of the letters. Of course, if you click on each code, you will see some names on the right side. If you have enough time, you may wish to summarize it yourself. However, this is similar to the self-abuse. Who is willing to do it... ). However, any such troublesome thing is to check the Internet to save time and effort, unless there is no online. In this article, you need to know the CLSID of the Start menu and "Run". Then use this to create a shortcut, and then you can follow the routine.

The GUID of the operation is: {2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}, everyone interested can go to the registry to check, the results are as follows:

How can I use it? To create a shortcut?

1. Right click on the desktop, select New→Shortcut


2, enter the following in the path:

explorer Shell:::{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}

3. Name the shortcut, for example, "Run", you can customize it

4, click "when done", you can change the icon for the shortcut, the system icon is in C:\\Windows\\System32\\imageres.dll, as shown below ——

5, in Right click on the icon and select “Fix to the start screen”.


You can see “Run” in the start menu or the start screen.

In addition, there are users asking how to fix the group policy to the start menu. This is simpler. Find C:\\Windows\\System32\\gpedit.msc, right click → fixed to the start screen.

* means that the Windows system assigns a unique ID code to different applications, file types, OLE objects, special folders, and various system components for its identity and other objects. Make a distinction. The GUID is the abbreviation of Globally Unique Identifier. The Chinese translation is “Globally Unique Identifier”, which is also called Class ID in Windows system, abbreviated as CLSID.

Copyright © Windows knowledge All Rights Reserved