Quantcast
Viewing all articles
Browse latest Browse all 10

How To Add Copy To – Move To Options In Windows Explorer Right Click Context Menu

How to Add Copy To – Move To to Windows Explorer Right Click Menu:

By adding Copy To – Move To to Windows Explorer Right Click Menu it is easier to copy or move the file(s). There is no need to open the folder where you want to paste the content. This is a registry tweak. There are two methods. Follow the method easier for you.

Method 1:

1.       Click on start menu and click on “Run”.

Or press {window button} + {R} to open the run command.Image may be NSFW.
Clik here to view.

2.       Type “regedit” and press enter or click “OK” to open registry editor.

3.       Navigate the registry editor to following path

HKEY_CLASSES_ROOT -> AllFilesystemObjects-> shellex-> ContextMenuHandlers

4.       Right click on “ContextMenuHandlers” goto “New” then “Key”.Image may be NSFW.
Clik here to view.

5.       Enter the folder name “CopyTo”.

6.       Double click on the default on the right panel.

7.       Enter “{C2FBB630-2971-11D1-A18C-00C04FD75D13}” without quotes and click “OK”.

8.       Do same for “Move To” menu enter folder name “MoveTo” and default value to “{C2FBB631-2971-11D1-A18C-00C04FD75D13}” without quotes.

9.       Close the registry editor and have fun.

Method 2:

1.       Open the notepad and paste the following code:

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

 

2.       Goto “File” menu and select “Save As”.

3.       Goto path wherever you want to save the files.

4.       Change “Save as type” to “all files” using dropdown list.

5.       Enter the file name “CopyTo.reg” and save it.

6.       Run the “CopyTo.reg” from the directory where you saved it.

7.       Click “Yes” then “OK” to add it to your registry.

8.       For “Move To” Command enter the following code

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

 

Save it using file name “MoveTo.reg”.

9.       Run the “CopyTo.reg” from the directory where you saved it.

10.   Click “Yes” then “OK” to add it to your registry.

Good luck…


Viewing all articles
Browse latest Browse all 10

Trending Articles