Sunday, October 31, 2010

Add “Copy To Folder” and “Move To Folder” in a Right-Click Menu

1) Open registry editor.

2) Go to HKEY_CLASSES_ROOT >> AllFilesystemObjects >> shellex >> ContextMenuHandlers.
(It tells you it's a shell extension key that lets you customize the user shell or the interface.

3) Create a new key called Copy To. Set the value to {C2FBB630-2971-11d1-A18C-00C04FD75D13}.

4) Create new key called Move To. Set the value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}.


5) Refresh the registry and Exit. The changes should take effect immediately. The Copy To Folder and Move To Folder options will appear.

6) When you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box.

0 comments:

Post a Comment