Hello @jonathans62717764
Please note that For the 64-bit unified installer, Adobe documents sign-in as part of how the app determines Acrobat vs Reader capability: users with Acrobat rights get Acrobat features after sign-in, and signed-out users get Reader behavior when reduced/read-only mode is enforced. Check these articles for more details: https://www.adobe.com/devnet-docs/acrobatetk/tools/DesktopDeployment/singleinstaller.html
https://helpx.adobe.com/acrobat/kb/acrobat-unified-installer-windows-overview.html
What to check
- For Reader-only behavior on the 64-bit unified installer, make sure the unified-app key is applied here:
-
HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown
"bIsSCReducedModeEnforcedEx"=dword:00000001
-
This key for running unified Acrobat in Reader/read-only mode without requiring users to sign in.
-
https://helpx.adobe.com/business/enterprise/deploy-apps-updates/deploy-packages/acrobat-64-bit-for-enterprises.html
-
https://www.adobe.com/devnet-docs/acrobatetk/tools/DesktopDeployment/singleinstaller.html’
-
Please Do not rely on bToggleAdobeDocumentServices alone. Adobe documents that it disables Document Cloud service access, but it does not cover every service, and Adobe states that to disable all services you should use the services bUpdater key.
Use the services key, not the product-update key:
HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown\cServices
"bUpdater"=dword:00000000
this disables all Adobe services, including the sign-in screen, and that it is not the same as FeatureLockDown\bUpdater, which disables product updates.
To remove the Help > Sign In / Sign Out UI item, also set:
HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown
"bSuppressSignOut"=dword:00000001
For account creation with your organization’s domain, the supported enterprise control is Domain Enforcement in the Adobe Admin Console. Adobe documents that Domain Enforcement restricts organization-owned domains to prevent users from creating and using personal Adobe ID accounts with those domains. If you need centrally managed accounts only, Adobe documents Enterprise ID as organization-created, owned, and managed, and users cannot create an Enterprise ID or sign up directly with one.
Check these articles for more details:
https://helpx.adobe.com/business/enterprise/directories-domains-access/domain-enforcement/domain-enforcement-for-restricted-authentication.html
https://helpx.adobe.com/business/enterprise/identity-sso/set-up-identity/set-up-identity-without-sso.html
I hope this helps, and if the issue still continues, and you have active Enterprise license, I will request to contact the Enterprise support team through admin console section, so that the dedicated team can assist you.
Regards,
Anand Sri.