Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

how to Disable or Hide Online Support in the help menu?

New Here ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

how to Disable or Hide Online Support in the help menu?

Views

1.1K
Translate

Report

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

Community Expert , Sep 15, 2017 Sep 15, 2017

This can be done using a script. Create a new text file and edit it using a plain-text editor like Notepad.
Paste the following text into it:

app.hideMenuItem("OnlineSupport");

Then save it as "HideMenuItems.js" under the following folder (this is assuming you're on a Windows machine):

C:\Program Files (x86)\Adobe\Reader <VERSION NUMBER>\Reader\Javascripts

Restart Reader and this item should be gone.

Votes

Translate
Community Expert ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

LATEST

This can be done using a script. Create a new text file and edit it using a plain-text editor like Notepad.
Paste the following text into it:

app.hideMenuItem("OnlineSupport");

Then save it as "HideMenuItems.js" under the following folder (this is assuming you're on a Windows machine):

C:\Program Files (x86)\Adobe\Reader <VERSION NUMBER>\Reader\Javascripts

Restart Reader and this item should be gone.

Votes

Translate

Report

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