Move / Copy To Folder
I use the right mouse click context menu for doing this as I like a lean and clean desktop. Just select Copy To Folder, or Move To Folder from the context menu when you right mouse click on a file (s) or folder (s).
1. Start the Registry Editor (Start /Run / regedit / OK
2. Go to
Code:
HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers \
3. Right-click the ContextMenuHandlers entry, and from the menu select New > Key
4. Name the new key Copy To
5. Repeat step 3, but this time for the name (step 4) choose Move To
6. Change the (Default) string value found in the Copy To key to
Code:
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
7. Change the (Default) string value found in the Move To key to
Code:
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
8. Close the registry editor.