online earning

Thursday 14 June 2012

Add Copyto and Moveto Options in Right Click Menu

Its a very useful trick and u can easily copy and move ur files in ur system.


Open Notepad, Copy and paste the following text into it:

Code:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

Now Save as the file and name it:

Code:

copytomoveto.reg

You can save it anywere, now just double click it and Click yes and Ok and u are done. An extra option is enabled in ur right click menu, select any file and right click it and u can copy and move it anywhere in ur drives

Now if u dont like it u also can undo it:


here is the method same as above:

Open Notepad, Copy and paste the following text into it:

Code:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
Now Save as the file and name it:
Code:
copytomovetoundo.reg
To undo the option now just double click it and again Yes and Ok and u are done.


No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...