Integrated copy and move in Win7 right-click menu

  
        We open the Explorer, and in the editing of the menu bar we can see two new features that Windows 7 provides for us - copy to folder, move to folder. This allows us to quickly copy or move one or more files, or one or more directories, to another location. Eliminates the cumbersome operation of path switching. However, we know that the Explorer menu is not displayed in the default configuration (this feature is to give us a larger view), you must press the ALT key of the keyboard or adjust the folder options to always display the menu bar.

then there is no better way to do both it, such as copy, paste, and they can choose from the context menu (Context Menu), early if you want to add a shortcut in the context menu will need to be modified The registry, then Windows 7 should also be able to implement, check the data found that these two new features in the registry do have corresponding items and key values, such as: "copy to" corresponds to "{C2FBB630-2971-11D1 -A18C-00C04FD75D13}", the default is "Microsoft Copy To Service", and "Move to" corresponds to "{C2FBB631-2971-11D1-A18C-00C04FD75D13}".

According to the data, add two items under "ContextMenuHandlers" and name them with the previous item names! The actual path of "ContextMenuHandlers" is: [HKEY_CLASSES_ROOT\\AllFilesystemObjects\\shellex\\ContextMenuHandlers]

As shown below, we can then call directly in the context menu. Very convenient!

Copyright © Windows knowledge All Rights Reserved