Skip to main content
Participant
September 16, 2019
Question

How do I remove Repair Installation from Help menu in DC ?

  • September 16, 2019
  • 1 reply
  • 3301 views

I need to remove Repair Installation option fro Acrobat DC. How can I do this?

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    September 17, 2019

    Create a new file in notepad.exe and put in the following text.

     

    app.hideMenuItem("DetectAndRepair");

     

    Save the notepad file a "hideRepair.js"

    Place the JS file in the following location:

    C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Javascripts\

     

    razantechAuthor
    Participant
    September 23, 2019
    Thank you. It worked.