/build/static/layout/Breadcrumb_cap_w.png

Adobe Acrobat Professional 8 - Disable online Support

I was really impressed to see most of my requirements readily available on the "Package database" for the application Adobe Acrobat Professional 8.
http://itninja.com/link/update,-patch-|-acrobat,-reader-7.x---9.x-|-windows
I was able to disable various options like Registration,Adobe Online services, check for updates, Digital editions n few others.. But i just saw that one more requirement of mine is missing in it. I wanna disable the help menu option :
Help --> Online Support --> [Knowledge base; Adobe Support Programs; Accessibilty Resource centre; Generate System report].
Can someone help me in this..
Thanks.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: jmcneil14 15 years ago
Senior Yellow Belt
0
Create a file called Hidemenu.js and drop this into it:

//HideMenu.js

//Others you could add, however remove // before app.hideMenuItem
//Hides View > Menu Bar
app.hideMenuItem("ShowHideMenuBar");
//Hides View > Toolbars > Beyond Adobe Reader
app.hideMenuItem("ShowHideToolbarReaderDowntown");

//Hides “Document" on main toolbar
//app.hideMenuItem("Document");

//Hides “Tools" on main toolbar
//app.hideMenuItem("Tools");

//Hides Tools > Object Data
//app.hideMenuItem("DataToolsItem");

//Hides Tools > Customize Toolbars
app.hideMenuItem("CustomizeToolbars");

//Hides Help > Beyond Adobe Reader
app.hideMenuItem("GettingStarted");

//Hides Help > How to
app.hideMenuItem("HelpHowTo");

//Help > Online Support
app.hideMenuItem("OnlineSupport");
//Hides Help > Repair Adobe Reader Installation
app.hideMenuItem("DetectAndRepair");

//Hides Help > Purchase Adobe Acrobat
app.hideMenuItem("BuyAcro");

//Hides View > Read Out Loud (Great for Citrix)
//app.hideMenuItem("ReadLoud");
//Hides Edit > Preferences
//app.hideMenuItem("GeneralPrefs");

Just have your install store the Hidemenu.js in C:\installdir\Adobe\Reader 8.0\Reader\Javascripts and when users launch adobe it will hide the requested menus.
Posted by: prashanth 15 years ago
Orange Belt
0
app.hideMenuItem("OnlineSupport");
Hi Everyone ,
This script seems to solve my problem also. But i need help in deciding proper name ( to be included in the script) to disable registration option under "Help" Menu Item. Can anyone tell me how to decide on menu name to be included in the script.

Thanks in Advance
Posted by: rayz_0020 15 years ago
Senior Purple Belt
0
Hey thanks Jamie... That clicked...
BTW i have linked this thread to the "Package Database" also..
Cheers... [:)]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ