Copy link to clipboard
Copied
how to Disable or Hide Online Support in the help menu?
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.
Copy link to clipboard
Copied
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.