Moving or copying a file with your right mouse button

Last update on November 4, 2008 07:26 AM by netty5
Published by netty5

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.
Best answers for « Moving or copying a file with your right mouse button » in :
Restrict Right click of mouse ShowRestrict Right click of mouse On your website, for protection of source code and photos, it is possible to restrict visitor from right click on your web page. Place this script between the tags and of your HTML...
How to choose the right mouse ShowHow to choose the right mouse The right mouse USB ? Right handed or left handed? Gaming purposes If you want to choose a mouse, you must take into account your personal budget, the exclusive uses of this mouse as well as the type...
Download Free Movies online ShowDownload Free Movies online Popwatch Blog Movie Archive HULU Due to copyright laws, it is considered illegal to download free movies online, without the author's agreement. Though many websites offer to provide you with free full...
Download Teracopy ShowTeraCopy is a compact program designed to copy and move files at the maximum possible speed.It is free for Home Users. Features: Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up...
Download FilerFrog ShowFilerFrog is a utility which allows you to extract files from/to a folder, copy or move a file, delete empty files and folders, encrypt/decrypt a file, rename files or resize images. It can help you to extract quickly files from a file and move...
Download Limagito Lite ShowLimagito is a utility to move, copy or delete automatically a file which has been added to a specific file. It is possible to define filters for naming and renaming (using a regular expression) your files when you move them to new destinations....
The mouse ShowIntroduction to the mouse The mouse is a pointing device used to move a cursor on the screen and allowing objects to be selected, moved and manipulated using the buttons. The consistent action of pressing (clicking) on a button in order to carry...
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...