How To Add Move or Copy To in Windows Explorer Right Click Context Menu in Windows Vista
To copy or move file from one folder to another folder, we normally go to the source folder, copy or cut the file, then browse for the destination folder within the same explorer or open up another window explorer to paste the file. Now there is an easier way for you to browse through the destination folder by selecting Copy To Folder or Move To Folder in the right click context menu in Windows Explorer, By doing so, a window will be pop up that lets you to choose the destination folder to move the file to. This is a hidden functionality in Windows Vista and you can add this function to the right click context by doing simple registry hack.

You can choose to do the registry hack in manual way or create and run the registry file in order to enable this function:
Manual:
1. Click on the Start button, type regedit in the Start Search field then press enter.
2. Click Continue when User Account Control is prompted.
3. Navigate to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers.
4. Right click on ContextMenuHandlers, then choose New -> Key, then name the new key as Copy To.

5. On the right panel, double click on the Default value and enter the value as {C2FBB630-2971-11D1-A18C-00C04FD75D13}, then click OK to save the setting.

6. Repeat step 4 to create a new key and name it as Move To.
7. Repeat step 5 to add the value with {C2FBB631-2971-11D1-A18C-00C04FD75D13}.
Registry file:
1. Copy below string and paste it to notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”
2. Save the file as AddCopyMoveTo.reg.
3. Double click the registry file to execute and create copy and move to registry key.
Once you have done above steps either manually or run the registry file, you will see the Copy To Folder and Move To Folder appear in the right click context menu whenever you right clicking on a file.
If you want to remove Copy To Folder and Move To Folder from the right click context menu, follow below steps:
1. Copy below string and paste it to notepad
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Allfilesystemobjects\shellex\ContextMenuHandlers\Copy To]
[-HKEY_CLASSES_ROOT\Allfilesystemobjects\shellex\ContextMenuHandlers\Move To]
2. Save the file as RemCopyToMoveTo.reg.
3. Double click the registry file to execute and remove Copy To Folder and Move To Folder from the right click context menu.
Related Articles
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path
- Add Notepad2 to Windows Vista or XP Right Click Context Menu
- Shift-Right Click to Reveal Classic Context Menu (Restore, Move, Maximize, Minimize) on Windows 7 Taskbar App
- Add “Empty Folder Contents” To Vista Right Click Context Menu To Delete Files Without Removing Folders
- Add Website Shortcuts to Desktop Context Menu in Windows 7/Vista
- How to Enable Encrypt or Decrypt in Right Click Context Menu
- Reveal, Copy and Get File Full Path with Copy as Path in Windows Vista
- Add Event Viewer Item to Computer’s Right Click Menu in Windows Vista/XP
- Add Window Switcher (Flip 3D) Command to Vista Right Click Menu
- Slow File and Folder Copy, Move, Transfer or Delete Operation Speed Problem in Vista Fix









































