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

Deactivate sign in from the Help menu in Adobe Acrobat Pro DC

Community Beginner ,
Jan 18, 2016 Jan 18, 2016

Hi

I am using Acrobat Customization Wizard to build my Acrobat Pro DC package for dist trough SCCM.

I have deactivated All Document Cloud services wich removes the ability to sign on trough the welcome screen, but the ability to do so using the help tab is still there. But since the Document Cloud services is disabled it just gives a awkward error.

Is there someway to remove this choice on the help menu?

dass.jpg

960
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

correct answers 1 Correct answer

Community Beginner , Jan 19, 2016 Jan 19, 2016

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


by Karan Malik on Nov 18, 2015 10:32 AM

Translate
Community Beginner ,
Jan 19, 2016 Jan 19, 2016
LATEST

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


by Karan Malik on Nov 18, 2015 10:32 AM

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