Quick Copy, Move or Create Shortcut

Status
Not open for further replies.

RoyalW

In Runtime
Messages
189
- Right click an item and hold.... Drag (still with the right click button) to the place you want to Copy/Move/Create Shortcut
- Then release.
- Choose appropriatley
 
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\ContextMenuHandlers
in regedit

start run regedit

head to the key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers,
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\ContextMenuHandlers\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\ContextMenuHandlers\Move To.
put this is the value part

{C2FBB631-2971-11D1-A18C-00C04FD75D13}
 
Status
Not open for further replies.
Back
Top Bottom