HARDWARE & SOFTWARE

Software Discussion => Other Software Problem => Topic started by: Lion_Heart on December 22, 2012, 11:28:56 am

Title: How to get "Copy To/Move To" option in right-click menu?
Post by: Lion_Heart on December 22, 2012, 11:28:56 am
Open up notepad and paste the following code(Copy To):-
Windows Registry Editor Version 5.00
 
 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers]
 
 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

Save the file to desktop as copyto.reg. Double click on the file and restart pc to see the effect.
 
 Open up notepad and paste the following code(Move To):-
Windows Registry Editor Version 5.00
 
 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers]
 
 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

Save the file to desktop as moveto.reg. Double click on the file and restart pc to see the effect.

 ---------------------------