How to disable usage data collection in Adobe Reader DC?
I installed Adobe Reader DC 22.003.20282.0 on a laptop today and there was a popup that said Adobe collects usage data information, and no option to disable it. There was a 'learn more' link but I did not have time to investigate. Now I am at that laptop again and I don't see a way to disable it. I have checked Preferences and the Help menu. Adobe's help article for Adobe Product Improvement Program says:
To stop participating,
- Choose Help > Adobe Product Improvement Program.
- Select either "Do Not Participate," "Don't Allow" or "No," depending on the choice offered.
The problem is, that's not actually an option, there is no menu entry for Adobe Product Improvement program. With a little searching I've found a user measurement registry key bUsageMeasurement that can be set to 0 in the registry so this is what I have done so far:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown" /v bUsageMeasurement /t REG_DWORD /d 0
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown" /v bUsageMeasurement /t REG_DWORD /d 0
Does anyone know where the GUI option is to disable usage data collection?
