What should I do if win10 cannot create a new folder? Win10 right button does not have a new folder solution

  

win10 operating system right button does not have a new option, the resource manager above the point new does not have any effect.

1. Click on the search in the lower left corner of the taskbar and type cmd.

2. The first item in the search results is [Command Prompt] (desktop application), and the right button is opened with administrator privileges.

3. Paste the following command, then press Enter.
Copy content to the clipboard cmd /k reg add "HKEY_CLASSES_ROOT\\Directory\\Background\\shellex\\ContextMenuHandlers\\New" /ve /t REG_SZ /d {D969A300-E7FF-11d0-A93B-00A0C90F2719} /f



  • Note: CMD should be opened with administrator privileges. Can't run directly with WIN+R.

    More detailed tutorials:

    Right click: Start - Run (enter regedit) - OK or Enter to open the Registry Editor;

    Open the Registry Editor window, we expand HKEY_CLASSES_ROOT;

    We find in the HKEY_CLASSES_ROOT expansion item: Directory, and then expand: Directory\\Background\\shellex\\ContextMenuHandlers;

    In the ContextMenuHandlers expansion item found: New, left click: New;

    In the corresponding right window of New, we can see the default value data is: {D969A300-E7DF-11d0 -A93B-00A0C90F2719}, double-click: By default, in the pop-up dialog box for editing the string, change the value data to: {D969A300-E7FF-11d0-A93B-00A0C90F2719}, and then click: OK;
    < Br>

    Go back to the system desktop, right click on the blank space on the desktop, visible: New - Folder recovery.

    Related recommendation:

    Win7 update win10 after creating a new file or folder prompts need administrator rights What should I do?

  • Copyright © Windows knowledge All Rights Reserved