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

Adobe Reader - Registry Settings

New Here ,
Sep 15, 2020 Sep 15, 2020

I am using VMware Horizon VDI desktop (window 10) and try to setup registry for the Rendering option, anyone know what can be done.  I had pushed the registry key with VMware Dynamic Environment Manager when user login

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\Originals]
"bAntialiasGraphics"=dword:00000001
"bAntialiasImages"=dword:00000001
"bAntialiasText"=dword:00000001
"iAntialiasThreshold"=dword:00000012
"benableDDR"=dword:00000001

 

But If the Adobe Reader DC is launched, the registry keys changed immediately too.  I try to enable Capture.PNGCapture.PNGthe Preferences > Page Display > Rendering > For laptop/LCD screens >

Smooth Line art

Smooth Images

Enhance thin lines

Use page cache

 

Anyone know how to set the registry keys so that the setting can be pushed and applied everytime when user login to a non-persistent desktop. Thank you.

 
 

 

 

 

 

 

 

 

 

TOPICS
General troubleshooting , How to , View PDF , Windows
6.7K
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 ,
Nov 30, 2022 Nov 30, 2022
LATEST
Hi, i also experienced this problem, when i investigated the problem i noticed the following:
 
When i DISABLE the rendering settings, the registry is set like this:
 
[HKEY_CURRENT_USER\SOFTWARE\Adobe\Acrobat Reader\DC\Originals]
"bAntialiasGraphics"=dword:00000000
"bAntialiasImages"=dword:00000000
"iAntialiasThreshold"=dword:00000001
"bUseLocalFonts"=dword:00000000
"bUsePageCache"=dword:00000000
 
But: when i ENABLE the settings, all dwords above are removed!  But somehow, when you start Reader after login in a non-persistent VDI, the default settings (which are not hard set) are not interpreted well.
 
So, what i did is in the assumption that enabling the feature means setting the dword to "1":
I created a Partially enforced setting in DEM, where i push the following registry settings:
 
;Set Rendering Settings
[HKEY_CURRENT_USER\SOFTWARE\Adobe\Acrobat Reader\DC\Originals]
"bAntialiasGraphics"=dword:00000001
"bAntialiasImages"=dword:00000001
"iAntialiasThreshold"=dword:00000000
"bUsePageCache"=dword:00000001
 
This setting enables the Renderings in Adobe Reader DC, even after a new login in a non persistent VDI environment!
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