How to enrich the content options of win10 right menu ?, Win10 menu
Microsoft added many features when win10 was launched, one of which is about the right menu. We know that Microsoft's default right-click menu function is relatively limited, so we can manually dig out some new useful functions.
First, go back to the desktop and press "Win + R" to open the "run" window. Here, enter:
Regedit
After entering the information, click OK"
Open Registry Manager and go:
HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shell
Right-click "shell" on the left and choose "New> item". The name is:
Windows. organize
Then we create a new one in the new item.String Value, Right-click the blank area and select:
Name "New → string value:
CanonicalName
Double-click the new string value and change the value:
{7ddc1264-7e4d-4f74-bbc0-d191987c8d0f}
Use steps 2 and 3 to create a string value and modify numeric data.
? Create a new string value named Description. Change the value to @ shell32.dll and-31412.
? Create a new string value named "Icon", change the value to shell32.dll,-16753
? Create a new string value, name it MUIVerb, and change the value data to @ shell32.dll,-31411
? Create a new string value named NeverDefault. You do not need to modify the value data.
? Create a new string value, name it SubCommands, and change the value data
Windows. cut; Windows. copy; Windows. paste; Windows. undo; Windows. redo; |; Windows. selectall; |; Windows. layout; Windows. folderoptions; |; Windows. delete; Windows. rename; Windows. removeproperties; Windows. properties; |; Windows. closewindow
Then, locate the following locations respectively, press and hold the same "new item" as just done, then "create string value", and then modify their "value data ".
HKEY_CLASSES_ROOT \ Drive \ shell
HKEY_CLASSES_ROOT \ Folder \ shell
HKEY_CLASSES_ROOT \ Directory \ Background \ shell
Let's take a look at the final effect.
Add an organization in the right menu ".