Copy link to clipboard
Copied
ver 11.0.13
how to disable "send file as email attachment" feature?
/************************* Hide Menu ********************************/
//Hide the default File>Send File... menu item
app.hideMenuItem("Email");
Copy link to clipboard
Copied
Hi lance.zhu,
Please navigate to another thread discussing the same:
Hide/disable the attach to email/share files
Let me know if that helps.
Regards,
Anubha
Copy link to clipboard
Copied
Thanks Anubha,
I have read this Hide/disable the attach to email/share files
my version is adobe reader XI, I cannot find a key about "send file as email attachment" in my regitry HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\11.0\AVGeneral\cCommonToolsDesktop
and also no "cServices" or "bEnableShareFile" in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown
is that because there are some differencts between 2 version?
Copy link to clipboard
Copied
The instructions are really only for administrators in enterprise settings. Mucking with your registry without an understanding of the risks is not recommended. However, search for the preference here: Preference Reference for Acrobat and Adobe Reader.
Additional deployment and config information is here: Introduction — Enterprise Administration Guide. Refer the the preferences chapter as well as other sections.
Note 2 things:
hth,
Ben
Copy link to clipboard
Copied
Thanks brogers_1.
I removed the button "send file as email attachment" by registry.
but I cannot disable or remove "send file" under the menu "file" after I tried a lot of keys.
My version is just adobe reader XI
Do you have any idea about which registry key works on it?
Copy link to clipboard
Copied
You can't do that via a registry key. I believe there is a JavaScript you can use in referenced thread.
Ben
Copy link to clipboard
Copied
sorry it allow me just set one answer
Thank you very much!
Copy link to clipboard
Copied
/************************* Hide Menu ********************************/
//Hide the default File>Send File... menu item
app.hideMenuItem("Email");
Copy link to clipboard
Copied
Thanks Steve Cordero
It works!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now