Add Copy To Or Move To Context Menu In Vista

A raw diamond is priceless without cutting. So as some wonderful hacks could make Microsoft billion dollar Windows Vista looks better than its out-of-box status!
For example, a simple Registry hack is able to copy or move files and folders to another directory with a right-click context menu.
The two special Registry GUID keys that add Copy To Folder and Move To Folder context menu in Windows Vista
As shown in the Vista Registry Editor snapshot (above), all you need is to create that two highlighted GUID keys at this Registry path:
HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\
where the GUID key of “Copy To Folder” context menu is
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
and the GUID key of “Move To Folder” context menu is
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
So far, I’ve confirmed that these two special GUID keys are working well on Windows 2000 Professional, Windows XP Professional and Windows Vista Ultimate.
For Windows Vista, you can simply copy and paste these one-line Reg.exe commands (Registry Console Tool) in an elevated privilege Command Prompt window:
To add Copy To Folder context menu
reg add HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13} /f
To add Move To Folder context menu
reg add HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13} /f
After applying these Registry hack, the Copy To Folder and Move To Folder options will appear in the context menu, whenever you right-click on files or folders. The corresponding Copy Items or Move Items dialog box (below) will pop up for you to select the destination!


Custom Search






2012 •
This morning, I’ve tried these Registry Hack on Windows Server 2003 Standard Edition, and confirm it’s working fine too!
[...] the latest stable release of .Net Framework 3.0 (WinFX) has been the mandatory component of all Windows Vista and Windows Server 2008 (Longhorn) Operating [...]
[...] Windows XP [...]
[...] Windows Vista comes with a Windows Error Reporting (WER) program called Problem Reports And Solutions. Depend on its configuration, this program will automatically collecting various Windows errors and silently sending the details to Microsoft dedicated servers. Once the problem is identified and found with a matching solution, it will display the Windows Update links or relevant steps to resolve the problem. [...]
[...] Connection Sharing stops responding after upgrading Windows XP to Windows Vista. [...]
Thanks! Been looking for something like this. I was missing Send to X from XP.
It’s working on Windows 7 Ultimate too :)