The "Resource Manager" toolbar in the Windows registry has two more buttons than other systems-"Copy to" and "move to". Their function is to quickly copy selected files to a specified folder. In fact, we can move these two commands to the right-click menu. In the "Start> Run" dialog box, enter "Regedit" to open the registry, expand the primary key [HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellexContextMenuHandlers], right-click the primary key, and select "New> item ", enter a name, which can be customized, copy to, and click Copy to primary key. Double-click "default" in the right window ", in the edit string dialog box that appears, enter the {C2FBB630-2971-11d1-A18C-00C04FD75D13} new item move to, and the default key value for the move to primary key is assigned to {C2FBB631-2971-11d1-A18C-00C04FD75D13. Www.2cto.com or copy and paste the following text to notepad and change the suffix to reg. Double-click Import. Windows Registry Editor Version 5.00 [export \ AllFilesystemObjects \ shellex \ ContextMenuHandlers \ move to] @ = "{C2FBB631-2971-11d1-A18C-00C04FD75D13}" [export \ AllFilesystemObjects \ shellex \ ContextMenuHandlers \ Copy to] @ = "{C2FBB630-2971-11d1-A18C-00C04FD75D13} "Right-click a file or folder, you will find that there are two more menu items "Copy to folder" and "move to folder" in the pop-up menu, which correspond to the "Copy to" and "move to" functions of "Resource Manager. Author javabang