Skip to main content
Participant
March 4, 2020
Question

Need assistance in disabling “Welcome to Acrobat Reader DC!” screen for Adobe Reader DC 20.006.20034

  • March 4, 2020
  • 1 reply
  • 2238 views

Hello Community

 

We’re trying to deploy the latest version of Adobe Reader DC (20.006.20034) and having difficulties disabling the “Welcome to Acrobat Reader DC!” page. For those who work in the Govt. sector, this option must be disabled as it counts as a STIG finding.

 

With version 19.012.20036, we’ve used this setting in the past that seem to work:

 

Utilizing the Registry Editor, navigate to the following: HKEY_LOCAL_MACHINE\Software\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\cWelcomeScreen

 

Value Name: bShowWelcomeScreen

Type: REG_DWORD

Value: 0

 

With the latest version, this setting seems to get ignored. We’ve tried several different settings from the Adobe Windows Registry Reference page to disable the welcome screen, but nothing seems to work.

 

Please, we need assistance with this so we can deploy the latest version. Also, we deploy Adobe Reader DC via SCCM as an enterprise solution and use the Acrobat Customization Wizard to set all the necessary settings.

 

Thanks in advance for any assistance

This topic has been closed for replies.

1 reply

Participant
July 8, 2020

For version DC 20.009.20067 I found  for disable welcome screen:[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\DC\UsageMeasurement]
"bInstalledCleanupCheckDone"=dword:00000001
"bHighbeamNoticeShown"=dword:00000001

 

and for disable tour screen:

[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\DC\FTEDialog]
"iFTEVersion"=dword:0000000a
"bWelcomeCard_AcroUpdate"=dword:00000001
"bHighBeamCard"=dword:00000001

 

Maybe some keys are excess. I don't have a time for check it