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.bat
and choose Run as Administrator to ensure proper access to the Windows directory and registry. The script will automatically copy theNewFolder.bat
to theC:\Windows
directory and merge the registry entries fromNewFolder.reg
to 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.bat
file to theC:\Windows\
directory. - Merge the Registry Entry: Double-click the
NewFolder.reg
file 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 entireNewFolder
key. - Remove the Batch File: Navigate to
C:\Windows
and delete theNewFolder.bat
file.
Enjoy