Make your work simpler in Windows.Today lets do some registry hacks to add Copy to and Move to in windows right click.Yeah, making windows much more user-friendly according to our needs. 😉 This should be a very usefull tweek, it adds COPY TO / MOVE TO folder option to your right click explorer window, i.e if you right click any folder a pop up will show with copy to / move to options,
Now, lets get to job
1. Click START–>RUN
2. Type “regedit“(without quotes)
3. Navigate to
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
4. Once you are at that key, right click and choose the New Key option:
5. Now double-click on the (Default) value and enter the following:
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
6. Click OK.
7. If you want to enable Move To, repeat the same steps, and using this value:
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
8. Right Click To any Folder you should be able to see COPY TO option clicking that you will be shown a pop like the following.
9. Thats it folks, i hope it will be useful. 🙂
This hack will be very useful when transferring data from USB drives to your Hard disk and vice versa 😉