Remove or Disable Send to from the context menu

In order to disable or remove Send to from the context menu,Open up notepad and copy paste the following..

Windows Registry Editor Version 5.00
 
;Disable Send to from context menu
 
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]
@=""

Save the file as “disablesendto.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.

Now double click the reg file just created and press Yes.

That’s it… :D

The changes are instantaneous and it is reflected immediately :)

in order to re-enable send to,Open up notepad and copy paste the following..

Windows Registry Editor Version 5.00
 
;Disable Send to from context menu
 
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"

Save the file as “enablesendto.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.

Now double click the reg file just created and press Yes.


Similar Regtweaks

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment