Today I want to explain a very useful trick that allows you to add options " copy" and "move " in context menu of the ' Explorer " Windows. Normally
to move or copy a file or files you need to open the source folder that is the target, select and drag the affected files from the source to the destination folder. With this trick is not possible to open only the source folder, select the files, press the right mouse button to open the context menu options and go directly to " copy "and" move ". At this point we will open a small browser to select the destination where you can indicate where you want to move or copy files.
All this is doable by a small change to the registry.
is what do:
All this is doable by a small change to the registry.
is what do:
access to the editor in the registry: From the menu
" start", " run", type " regedit" (without quotation marks) and press Enter.
registry editor go in:
HKEY_CLASSES_ROOT \\ AllFilesystemObjects \\ shellex \\ ContextMenuHandlers
It should look something like this:
" start", " run", type " regedit" (without quotation marks) and press Enter.
registry editor go in:
HKEY_CLASSES_ROOT \\ AllFilesystemObjects \\ shellex \\ ContextMenuHandlers
It should look something like this:
At this point, right click on " ContextMenuHandlers", "New ", "Key " to add a new key. Create it and name it:
to add the entry "Copy to Folder ... "
to add the entry "Copy to Folder ... "
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
to add the entry "Move to Folder . .. "
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
Parentheses } and { must be present
You can create one or both of the keys to your liking. Here is the result
Final
You can create one or both of the keys to your liking. Here is the result
Final
0 comments:
Post a Comment