One of the features that I found useful was the ability to copy a folder or a file to a folder easily or move it to a folder
Functionality
When you right click on selected file(s) and folder(s) and click on Copy To folder, it will copy them to a location you select immediately.
When you right click on selected file(s) and folder(s) and click on Move to folder, it will remove them from the current location and move them to a location that you select.
Here are some screenshots
To Add “Copy To folder” and “Move to folder” to the Context Menu
; Copy To folder [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}] ; Move To folder [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]
This is the reg file
Save the .reg file to your desktop. Double click on the downloaded .reg file to merge it.
When prompted, click on Yes
and OK to approve the merge.
To Remove “Copy To folder” and “Move to folder” from Context Menu
Here is the registry setting if you want to do this manually, we also have a reg file
; Copy To folder [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}] ; Move To folder [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]
This is the reg file
Save the .reg file to your desktop. Double click on the downloaded .reg file to merge it.
When prompted, click on Yes and OK to approve the merge.