Tuesday, May 5, 2009

Add Move To Folder & Copy To Folder function in right click

Add the Copy To and Move To function to the Windows Explorer right-click menu starts with finding the key in the Windows Registry file. (Please backup your registry before doing this)


Before..



1. Start Regedit by navigating Start > Run and type regedit in the dialog box.

2. Find this key in the Registry file:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

*The Send To key is already there.

3.     Right-click on the ContextMenuHandlersfolder and select New > Key to add a new key.

4.     Give it the name Copy To and then double-click the (Default) value of the new key’s right-hand pane.

5.  Insert new data with below value:

{C2FBB630-2971-11D1-A18C-00C04FD75D13}

6.     Right-click on the ContextMenuHandlersfolder and select New | Key to add a new key.

7.     Give it the name Move To and then double-click the (Default) value of the new key’s right-hand pane.

8.  Insert new data with below value:

{C2FBB631-2971-11D1-A18C-00C04FD75D13}

9.     Click OK and close Regedit.


After..

No comments:

Post a Comment