JSI Tip 2154. How do I add the 'Copy To' and 'Move To', that are on the Windows 2000 Explorer Toolbar, to each right-click context menu?

Jerold Schulman

March 14, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today


The easiest way is to copy the text from between the ...... lines to a .reg file, and Merge it:

.............................................................................Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOTAllFileSystemObjectsshellexContextMenuHandlers][HKEY_CLASSES_ROOTAllFileSystemObjectsshellexContextMenuHandlersCopy To]@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"[HKEY_CLASSES_ROOTAllFileSystemObjectsshellexContextMenuHandlersMove To]@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"..............................................................................


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like