Tip 4: New right-click context menu options in Windows Explorer: "Copy To Folder..." and "Move To Folder..."

Merge the following .reg file into your system and Windows will present two new context menu choices entitled: "Copy To Folder..." and "Move To Folder..." when right-clicking any file or directory.

After clicking the option you are presented with a dialog box where you can browse to the destination location for the copy or move action.

Windows Registry Editor Version 5.00
<this line must be present and left blank in the .reg file>
[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}"

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