Some times it is very convenient to move or copy certain flies or folders to another location. However in standard sub menu handlers this command is not present.
How to realize this?
In Windows 7 –>Go to Start –> Execute–> type
regedit, then look in
HKEY_CLASSES_ROOT/All/FileSystem/Objects/Shellex/ContextMenuhandlers/Key
if this label exists;
if not…create new label in this folder as:
Right hand mouse on folder –> create new label and label it with Copy To
Do the same to create a Move To key.
To change the default (empty) string to read:
copy paste this line including brackets {…..}
CopyTo: {C2FBB630-2971-11D1-A18C-00C04FD75D13}
MoveTo: {C2FBB631-2971-11D1-A18C-00C04FD75D13}
Close registry with File–> Close
Check in Windows Explorer: right hand mouse on any file or sub-folder –> look at the new created sub menu to select.