| | How to add "Copy to" and "Move to" to right click context menu To add Copy to: 1- Click start menu > click Run to open Run dialog box. Type regedit to run Windows Registry Editor. 2- Go to the following address: HKEY-classes-root / Directory / Shellex 3- Right click on " ContextmenuHandlers" folder and select New and then select Key. Name it Copy to 4- Double click on new key and copy paste following code : {C2FBB630-2971-11d1-A18C-00C04FD75D13} To add Move to: In "HKEY-classes-root / Directory / Shellex"; Right click on " ContextmenuHandlers" folder and select New and then select Key. Name it Move to. And finally give it value of " {C2FBB631-2971-11d1-A18C-00C04FD75D13}". Note: incorrectly editing windows registry may damages your computer; please create a backup from your registry. |

