Skip to main content
Participant
November 16, 2016
Question

Suppress Help Menu Items

  • November 16, 2016
  • 1 reply
  • 781 views

Using Registry entries how can I suppress the "Online Support" option under the Help Menu in Acrobat DC?

This topic has been closed for replies.

1 reply

Legend
November 17, 2016

Hi Jim,

You may use the Adobe Customization wizard to make customization for Acrobat or Reader:

Welcome to the Wizard — Acrobat Customization Wizard DC for Windows

Installation and Setup Customization Wizard: Installation and setup — Acrobat Customization Wizard DC for Windows

Regards,
Tariq Dar.

Participant
November 18, 2016

This doesn't answer my question.  I am trying to suppress the "Help Menu" items in Acrobat and I am using the Registry Editor in the Customization Wizard.  What I am asking for is what the command/key is that I need to enter into the registry to suppress these things?

Adobe Employee
December 13, 2016

You can use JavaScript to hide the menu item.

The JS script would look like this:

app.hideMenuItem("OnlineSupport");

The file would be placed here: 

C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Javascripts

If you are deploying this file with your installation you could use the Adobe Customization Wizard DC's File panel to place it there and then it will embed the JS file when ever the customized installer is used.