ADD COPY TO AND MOVE TO OPTIONS INTO RIGHT CLICK MENU



In default windows doesn’t have an option to directly copy or move files to directory. When you right click on a file or folder you will get only options for copy and cut in right click menu. But by using some tricks or adding some values in the registry entry, you can bring the option like copy to and move to in the windows explorer right click menu which will allow you to copy or move a file directly to a destination folder.


So, here is the tricks to follow:-


To Add “Move To” in right click menu:
Step 1: Open notepad and copy paste the following

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

Step 2: Save it as Add_Move_To_Folder.reg and close the notepad
Step 3: Run Add_Move_To_Folder.reg
Now right click any file or folder and you will see an option “Move To” in right click menu.


To Add “Copy To” in right click menu:

Step 1: Open notepad and copy paste the following

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

Step 2: Save it as Add_Copy_To_Folder.reg and close the notepad
Step 3:  Run Add_Copy_To_Folder.reg

Now right click any file or folder and you will see an option “Copy To” in right click menu.

Comments