Add "Copy To" & "Move To" Options To Right Click Context Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gazz10
    V.I.P. Member
    • Mar 2008
    • 1015

    #1

    Add "Copy To" & "Move To" Options To Right Click Context Menu

    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.



    Code:
    REGEDIT4
    
    [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
    
    [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    
    [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Send To]
    @="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
    
    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
    
    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    
    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Send To]
    @="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
    
    [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}"
    
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\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}"
Working...