ADOBE 8.X
Does anyone know ow to remove "Beyond Adobe Reader" from Adobe Help menu button.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
nheim
17 years ago
Hi Ade,
create a textfile called: HideMenu.js in: "C:\Program Files\Adobe\Reader 8.0\Reader\Javascripts"
and post the following 2 lines into it:
//Hides Help > Beyond Adobe Reader
app.hideMenuItem("GettingStarted");
Make sure, the double quotes are copied with the right character.
This should do the trick.
For further information, see:
http://itninja.com/question/adobe-reader-&-adobe-pro
http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-81
Regards, Nick
create a textfile called: HideMenu.js in: "C:\Program Files\Adobe\Reader 8.0\Reader\Javascripts"
and post the following 2 lines into it:
//Hides Help > Beyond Adobe Reader
app.hideMenuItem("GettingStarted");
Make sure, the double quotes are copied with the right character.
This should do the trick.
For further information, see:
http://itninja.com/question/adobe-reader-&-adobe-pro
http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-81
Regards, Nick
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.