The solution to the problem that there is no new option when right-clicking on win10 is: first open the run input box, enter regedit, and click OK; then locate the ContextMenuHandlers registry entry; and finally create a new NEW entry.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
The solution is as follows:
On the Windows 10 system desktop, right-click the Start button in the lower left corner and select the "Run" menu item in the pop-up menu
Enter the command regedit in the opened run window, and then click the OK button to open the registry editor.
In the opened registry editor window, we located the HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers registry key
Check if there is a NEW item under the item. If not, right-click the ContextMenuHandlers registry item, and then click the "New/Item" menu item in the pop-up menu
Rename the newly created item to New, and then click on the newly created item New
Then click on the default key value on the right and change it Modify the data to {D969A300-E7FF-11d0-A93B-00A0C90F2719}, and finally click the OK button.
At this time, right-click again, and you can see that there is a new menu item in the right-click pop-up menu.
Free learning video sharing: php tutorial
The above is the detailed content of There is no new option in win10 right click. For more information, please follow other related articles on the PHP Chinese website!