Skip to main content
Participant
September 15, 2017
Answered

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

  • September 15, 2017
  • 1 reply
  • 1218 views

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

    This topic has been closed for replies.
    Correct answer try67

    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.

    1 reply

    try67
    Community Expert
    try67Community ExpertCorrect answer
    Community Expert
    September 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.