Solution to the missing "New" option in the win11 right-click menu

1. Press the WIN + R keys on the keyboard to pop up the run window, enter: notepad.exe, and then click OK.

2. Then the notepad interface pops up and enter the code in it:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]

@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"

3. Then click the file in the upper right corner, click Save As, then select "All Files" as the file type, fill in "XXX.reg" as the file name (must be the reg suffix), and click "Save".

4. Then find the reg file you just saved, double-click it to open it, and the problem will be solved after it runs successfully.

Guess you like

Origin blog.csdn.net/sinat_39030079/article/details/126607053