• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
2

Disable SignIn / Sign Out (Adobe Acrobat DC)

Community Beginner ,
Nov 17, 2015 Nov 17, 2015

Copy link to clipboard

Copied

How can the menu item " SignIn / Sign Out " ( Menu : Help > SignIn / Sign Out ) are hidden / disabled (Adobe Acrobat DC)?

Currently, the following data in the JavaScript file is stored:
app.hideMenuItem("DetectAndRepair");
app.hideMenuItem("OnlineSupport");
app.hideMenuItem("LearnProduct");
app.hideMenuItem("About");
app.hideMenuItem("AboutAdobeExtensions");
app.hideMenuItem("endAboutPlugInGroup");
app.hideMenuItem("SystemInformation");
app.hideMenuItem("endGuideGroup");
app.hideMenuItem("endUsingGroup");

Or can "SignIn / Sign Out" ( Menu : Help > SignIn / Sign Out ) are disabled on the registry ?

Views

123.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 18, 2015 Nov 18, 2015

Use following registry keys to disable Help > Sign In/Sign Out

For Continuous Build:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown]

"bSuppressSignOut"=dword:00000001

For Classic Build:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\2015\FeatureLockDown]

"bSuppressSignOut"=dword:00000001

-Karan

Votes

Translate

Translate
New Here ,
Oct 17, 2024 Oct 17, 2024

Copy link to clipboard

Copied

LATEST

The current version is located here:

"Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\cServices" 

DWORD: "bUpdater" and set the Value: "0"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines