Add a "New Folder" option to the top of right-click context menu when clicking on any empty space in a folder or on the desktop.
This new option allows you to create a new folder directly in the clicked location with an automatically assigned unique name (e.g., "New Folder", "New Folder 1", etc.).
The bat file should be extracted to a Windows folder on system and then a registry entry should be added in order to appear on each file right click. The zip contains four files:
- The actual batch file which is triggered to create a folder (
NewFolder.bat). - A registry merge file that helps add the necessary entries to the registry (
NewFolder.reg) - A batch file to install automatically the script (
AutoInstall.bat)
Automatic Installation (Recommended)
- Download the release package https://github.com/limbo666/NewFolder_RightClick/releases .
- Extract the files to a folder of your choice. Inside, you’ll find three files:
AutoInstall.bat,NewFolder.bat, andNewFolder.reg. - Right-click on
AutoInstall.batand choose Run as Administrator to ensure proper access to the Windows directory and registry. The script will automatically copy theNewFolder.batto theC:\Windowsdirectory and merge the registry entries fromNewFolder.regto add the context menu option.
Manual Installation
- Download the release package https://github.com/limbo666/NewFolder_RightClick/releases .
- Extract the files to a folder of your choice. Inside, you’ll find three files: AutoInstall.bat, NewFolder.bat, and NewFolder.reg.
- Copy the
NewFolder.batfile to theC:\Windows\directory. - Merge the Registry Entry: Double-click the
NewFolder.regfile to merge it into the Windows registry. This will add the "New Folder" option to the context menu.
Verify Installation
Right-click on an empty space in any folder or on the desktop and ensure the New Folder option appears at the top of the context menu.
Uninstallation
To remove the "New Folder" option from the context menu:
- Delete the Registry Entry: Open regedit, navigate to
HKEY_CLASSES_ROOT\Directory\Background\shell\NewFolder, and delete the entireNewFolderkey. - Remove the Batch File: Navigate to
C:\Windowsand delete theNewFolder.batfile.
Enjoy

