How to Make a Copy To Folder Command

Status
Not open for further replies.

vance43211

Banned
Messages
422
Here Is how you make a 'copy to folder' and 'move to folder' command right above the 'send to' option on your right click command

this is helpful for when you are tranfering lot of files

Make 2 new key in at the file extension
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con
textMenuHandlers
in regedit

start run regedit

head to the key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con
textMenuHandlers,
make a new key name it copy to

click default, right click, click modify, copy and paste the values
after the hot keys below below


HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con
textMenuHandlers\Copy To.
put this is the value part

{C2FBB630-2971-11D1-A18C-00C04FD75D13}

repeat the steps for a move to folder

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con
textMenuHandlers\Move To.
put this is the value part

{C2FBB631-2971-11D1-A18C-00C04FD75D13}
 
you are right. this is a free way to do it. I got xsetup with my msi motherboard purchase, but i don't think it is free.

Correct me if i am wrong
 
Status
Not open for further replies.
Back
Top Bottom