How do I… Add Copy To and Move To to Windows Explorer with a registry hack?
I just saw this blog post and I thought I would share it with all of you. It add this to your right-click context menu in Windows Explorer:
Works in Vista & XP, check it out!
Adding Copy To and Move To functionality to the Windows Explorer right-click menu starts with the finding the key in the Windows Registry file. (Be sure to back up the Registry file before you begin. )
- Start Regedit by navigating Start | Run and typing regedit in the dialog box.
- Navigate to this key in the Registry file:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Note: The Send To key is already there. - Right-click on the ContextMenuHandlersfolder and select New | Key to add a new key.
- Give it the name Copy To and then double-click the (Default) value of the new key's right-hand pane.
- Type in this code as the new data:
{C2FBB630-2971-11D1-A18C-00C04FD75D13} - Right-click on the ContextMenuHandlersfolder and select New | Key to add a new key.
- Give it the name Move To and then double-click the (Default) value of the new key's right-hand pane.
- Type in this code as the new data:
{C2FBB631-2971-11D1-A18C-00C04FD75D13} - Click OK and close Regedit
- Copy To and Move To should now be available options on the right-click context menu in Windows Explorer.
Source: How do I… Add Copy To and Move To to Windows Explorer with a registry hack?
I just saw this post: https://blogs.msdn.com/oldnewthing/archive/2004/02/02/66160.aspx Gotta love Raymond Chen and his blog J
Comments
- Anonymous
September 15, 2006
And then you get to see what goes wrong. http://blogs.msdn.com/66160.aspx - Anonymous
September 19, 2006
oldnewthing - Thanks for pointing that out : ) - Anonymous
June 19, 2009
PingBack from http://mydebtconsolidator.info/story.php?id=21634