Copy link to clipboard
Copied
Using Registry entries how can I suppress the "Online Support" option under the Help Menu in Acrobat DC?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now