Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

How to disable "send file as email attachment" feature?

Community Beginner ,
Oct 28, 2015 Oct 28, 2015

ver 11.0.13

how to disable  "send file as email attachment" feature?

2.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Oct 30, 2015 Oct 30, 2015

/************************* Hide Menu ********************************/

//Hide the default File>Send File... menu item

app.hideMenuItem("Email");

Translate
Adobe Employee ,
Oct 28, 2015 Oct 28, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 28, 2015 Oct 28, 2015

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 29, 2015 Oct 29, 2015

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:

  • The preferences are not often there by default. You have to create them manually.
  • You can only change the setting on machines you control.

hth,

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 29, 2015 Oct 29, 2015

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 29, 2015 Oct 29, 2015

You can't do that via a registry key. I believe there is a JavaScript you can use in referenced thread.

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 01, 2015 Nov 01, 2015
LATEST

sorry it allow me just set one answer

Thank you very much!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 30, 2015 Oct 30, 2015

/************************* Hide Menu ********************************/

//Hide the default File>Send File... menu item

app.hideMenuItem("Email");

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 01, 2015 Nov 01, 2015

Thanks Steve Cordero

It works!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines