Skip to main content
Participant
November 26, 2018
Question

SCCM Adobe DC Deployment remove Repair installation

  • November 26, 2018
  • 0 replies
  • 338 views

I am creating a package for global deployment(31,000 endpoints). I have been asked to remove the "Online Support" and "Repair Installation" menu items.

Acrobat DC

Version: 19.008.20071

I have tried to use a Java script from Reader install instructions for Reader 9.

//HideMenu.js

//Hides Help – Repair Adobe Reader Installation

app.hideMenuItem(“DetectAndRepair”);

//Help – Online Support

app.hideMenuItem(“OnlineSupport”);

This is not working.

Any help would be appreciated.

Thanks,
Pete

This topic has been closed for replies.