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

Combined Acrobat 64-bit prompting for login after recent update

Community Beginner ,
Mar 10, 2025 Mar 10, 2025

We're running the combined Acrobat and Reader 64-bit version. After a recent update, users are getting prompted to login. They are able to close the prompt and proceed, but with the registry entry we have active (below) the prompt shouldn't be appearing. Is there another one we need to add on top of this?

 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown:"bIsSCReducedModeEnforcedEx"=dword:0000001

TOPICS
General troubleshooting , Install update and subscribe to Acrobat
2.8K
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
2 ACCEPTED SOLUTIONS
Adobe Employee ,
Mar 14, 2025 Mar 14, 2025

Hi @tcbep2

 

It seems this issue is currently known to us and is currently being triaged. 

A fix has been identified, and as soon we have an update that we can share publically, we will keep this thread updated. 

 

Thank you for your patience and support. 

 

 


~Tariq

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
Community Beginner ,
May 29, 2025 May 29, 2025
LATEST

The solution for us, since the registry keys still arn't working, is to use the Adobe Cusomization Wizard to create a transform file with the correct settings ( https://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/index.html ).

 

So download the new unified enterprise DC ( https://helpx.adobe.com/acrobat/kb/acrobat-dc-downloads.html ), extract it out, then run the customization wizard against it.  Check the options you want (disable sign in at the beginning, disable upsell, accept EULA, etc) and generate a transform file (something.mst).  Then when you go to install it use a batch file and a command like this:

 

msiexec.exe /i "\\Server\Share\Adobe DC\AcroPro.msi" PATCH="\\Server\Share\Adobe DC\AcrobatDCx64Upd2500120474.msp" TRANSFORMS="\\Server\Share\Adobe DC\default.mst" /qb

 It will silently install, with a progress bar, with your settings you set in the transform.  If you don't log in you get Reader, if oyu login you get whatever you are assigned.

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
Community Beginner ,
Mar 13, 2025 Mar 13, 2025

Anyone from Adobe care to comment?

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
Adobe Employee ,
Mar 13, 2025 Mar 13, 2025

HI @tcbep2

 

Sorry for the troubled experience. 

Could you please share the version of Acrobat and Reader installed on the machines? Also, let us know if the value of the registry on the affected machines has changed or not. 

 

Acrobat and Reader are not supported on the same machine currently with the new unified installer. However, I will check with the product team and will keep you updated.

 


~Tariq

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
Community Beginner ,
Mar 13, 2025 Mar 13, 2025

We are using the unified Acrobat enterprise 64-bit version. Currently at 25.001.20432.

 

We these two registry settings set.

 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown:"bIsSCReducedModeEnforcedEx"=dword:0000001

 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown\cIPM:"bDontShowMsgWhenViewingDoc”=dword:00000000

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
Adobe Employee ,
Mar 14, 2025 Mar 14, 2025

Hi @tcbep2

 

It seems this issue is currently known to us and is currently being triaged. 

A fix has been identified, and as soon we have an update that we can share publically, we will keep this thread updated. 

 

Thank you for your patience and support. 

 

 


~Tariq

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
Community Beginner ,
Mar 14, 2025 Mar 14, 2025

Thank you for sharing. I will pass this onto our users.

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
Community Beginner ,
Apr 24, 2025 Apr 24, 2025

Hi, Tariq.

 

Is there progress with the resolution? We will also be replacing both 32bit Reader and 32bit Acrobat Pro with the Unified Acrobat.

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
Community Beginner ,
Apr 25, 2025 Apr 25, 2025

Any news on this?  The two registry keys do not seem to work and cancelling out the login page every single time is getting annoying.  About to start uninstalling the new version and go back to a old one.

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 ,
May 28, 2025 May 28, 2025

Curious if a resolution has been published yet. My org is about to deploy acrobat with this reg setting. Testing hasn't flushed out this issue yet, but not interested in rolling out a broken app either. 

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
Community Beginner ,
May 28, 2025 May 28, 2025

Hi. This was fixed since 25.001.20458.

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
Community Beginner ,
May 29, 2025 May 29, 2025
LATEST

The solution for us, since the registry keys still arn't working, is to use the Adobe Cusomization Wizard to create a transform file with the correct settings ( https://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/index.html ).

 

So download the new unified enterprise DC ( https://helpx.adobe.com/acrobat/kb/acrobat-dc-downloads.html ), extract it out, then run the customization wizard against it.  Check the options you want (disable sign in at the beginning, disable upsell, accept EULA, etc) and generate a transform file (something.mst).  Then when you go to install it use a batch file and a command like this:

 

msiexec.exe /i "\\Server\Share\Adobe DC\AcroPro.msi" PATCH="\\Server\Share\Adobe DC\AcrobatDCx64Upd2500120474.msp" TRANSFORMS="\\Server\Share\Adobe DC\default.mst" /qb

 It will silently install, with a progress bar, with your settings you set in the transform.  If you don't log in you get Reader, if oyu login you get whatever you are assigned.

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