Add "copy to" and "move to" options in right click in XP
Posted by Gautam Aggarwal on Sunday, May 25, 2008
It is hard to move or copy a file/s or folder/s to specific location. There is a option called "Send to" on context menu but it has some limitation. You can send content through it just few locations like.. My Documents, Floppy Disk etc. If You can add "Copy to" and "Move to" options on Right click(context menu) then it will increase your file/folder transfer facility. You can Copy and Move your content anywhere on your machine through Right click(context menu). I have described a registry trick following here.
Copy-paste following text in notepad and save it with .reg extension. Then just merge/run it. You will get 2 new options on your Right click(context menu).
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
Subscribe to:
Post Comments (Atom)
5 comments:
i had saved the file with .res extension
but when i run it, i got a dialogue box asking "ADD THE INFORMATION TO THE REGISTRY"
i clicked on "YES".
again i got other as "INFORMATION IS ADDED TO THE REGISTRY".
i didn't get any options in the right click.
pls help me!
hey buddy, u hv to save in .reg extension not in .res extension...
after this right click on any file or folder.. u will get these two options above send to option...
sorry that is a typing mistake i did in .reg extension only still i didn't get it
i had saved the data in my notepad file and give it the name as 'document.reg' at my desktop, now, i don't know how to run it
just double click on ur .reg file...
Post a Comment