Home >Common Problem >How to solve the problem of no new folder when right-clicking Windows 7
What should we do if there is no new folder option in the right-click menu of our Windows 7 computer? First, we click Create Notepad, then copy the command to Notepad, then click Save File As to save, and finally change the file name. To modify the right-click .bat, double-click to open the file and the problem will start to be modified. After the modification is completed, you can right-click to find a new folder and select it.
Windows 7 right-click solution does not create a new folder
1. Click the Start menu and click "All Programs" - "Attachments", click "Notepad"
2. Copy the following content into "Notepad":
regsvr32 /u /s igfxpph.dll reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /ve /d {D969A300-E7FF- 11d0-A93B-00A0C90F2719}
3. Click "File" - "Save As" and change the save type to "All Files". Change the file name to "Modify right-click.bat", click Save
4. Double-click to open "Modify right-click.bat" and wait until the modification is completed. Just
The above is the detailed content of How to solve the problem of no new folder when right-clicking Windows 7. For more information, please follow other related articles on the PHP Chinese website!