PDA

View Full Version : Add "Copy To" & "Move To" Options To Right Click Context Menu



gazz10
12th March, 2008, 10:42 AM
Found this and thought i would pass it on very handy, works on xp not sure about vista

1. Copy and paste all of the contents of the coded box below into notepad and save it as: copy to move to.reg

2. Double click on the .reg file you have just created and confirm on the prompts.

3. Now when you right click on a file, the options 'Copy to...' and 'Move to...' will be there.





REGEDIT4

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Co py To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Mo ve To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Se nd To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex \ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex \ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemEditObjects\shellex \ContextMenuHandlers\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"