Copy link to clipboard
Copied
is there a registry key to disable "Go Mobile with Acrobat" advert on he home screen in Adobe Reader DC and Adobe Acrobat DC 20.006.20042
Copy link to clipboard
Copied
I have the same problem, eventhough in adobe customization, I disable advertising.
Copy link to clipboard
Copied
Hi,
Use this thread as a reference : https://community.adobe.com/t5/acrobat-reader/disable-quot-work-on-the-go-with-the-adobe-acrobat-rea...
And use the Enterprise Toolkit Windows Registry Reference as an official guidance to make sure you don't break something: https://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/FeatureLockdown.html
Copy link to clipboard
Copied
Which specific registry key disables the "Go Mobile" on Acrobat DC? I've tried many but none work.
Copy link to clipboard
Copied
Hello,
Actually there are three layers of banners which need to be disabled
1. "Go mobile with your PDF's"
Can be disabled as followed:
HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\HomeWelcomeFirstMile\bEnableFirstMile (DWORD 32bit) set to 0
2. "Work on the go with the Adobe Acrobat Reader app. (...)"
Can be disabled as followed:
HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\Workflows\cServices\cAcrobatApp\
bAcrobatAppInstalled (DWORD 32bit) set to 1
3. "Scan business cards, receipts, notes, (...)"
can be disabled as followed:
HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\Workflows\cServices\cScanApp\bScanAppInstalled (DWORD 32bit) set to 1
Works for Acrobat DC as well, you just need to adapt and create the entries in the hive of Acrobat DC under HKEY_CURRENT_USER\SOFTWARE\Adobe\Adobe Acrobat\(...)
On my machine the Key "Workflows" was not existing and therefore had to be created including the sub-keys, which contain the DWORDs