Moving or copying a file with your right mouse button
Command for right mouse button
To move or copy your document and file to another path, you must:
- Create a file .reg in the registry
- Set up of the file in the registry
Create a file in the registry
Create a text document
Cut and paste the below lines in the text document.
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
Set up of the file in the registry
Save and close the text document
Rename the file as
CopyToMenu.reg and save the settings.
Double click on the file to register same in the registry.
You will now be able to move/copy file using the right mouse button.