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

Disable SignIn / Sign Out (Adobe Acrobat DC)

Community Beginner ,
Nov 17, 2015 Nov 17, 2015

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 ?

144.3K
Translate
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
1 ACCEPTED SOLUTION
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

View solution in original post

Translate
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
New Here ,
Oct 17, 2024 Oct 17, 2024
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"

Translate
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