Jump to content


Move To and Copy To


  • Please log in to reply
No replies to this topic

#1 tnctx02

tnctx02

    Texas Problem Child

  • Members
  • PipPipPipPip
  • 338 posts
  • Location:The Lone Star State
  • Interests:Working on my trucks, and building pc's for friends.
  • Country:Texas

Posted 14 January 2006 - 04:53 PM

First we will add the copy and move options to the right click menu of all FILES.
Click Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers

Right click the ContextMenuHandlers key and choose New>Key.
Name the new key "Copy To" (without the quotes).
Repeat the above and create another new key named Move To.

You should now have two new subkeys under the ContextMenuHandlers key:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To

Select the Copy To key and in the right hand pane, double click "Default"
Enter this clsid value as the value data:

{C2FBB630-2971-11d1-A18C-00C04FD75D13}

Next, select the Move To key and in the right hand pane set the default value to:

{C2FBB631-2971-11d1-A18C-00C04FD75D13}

This now takes care of the Copy and Move options for the right click context menu of all your files.
Now all that is left is to add the same options to the right click menu of all your folders.
The procedure will be the same as for files but at a different key:

HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers

Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.

In the right hand pane, add the same default values as you did for Files:

For Copy To:

{C2FBB630-2971-11d1-A18C-00C04FD75D13}

For the Move To:

{C2FBB631-2971-11d1-A18C-00C04FD75D13}

Exit the registry and you are done.

Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users