Skip to main content
November 18, 2016
Question

Context Menu: Quick print opens Adobe Acrobat

  • November 18, 2016
  • 1 reply
  • 4855 views

Hello,

We have this issue where if you right click a PDF and select "quick print" it opens Adobe Acrobat when we want it to just print normally to a a printer. I've trolled through multiple websites and the local registry and have had no luck.

I was just wondering if anyone on here has experienced anything similar? We're running Acrobat 2015 on Windows Server 2012 R2.

This topic has been closed for replies.

1 reply

Participant
February 15, 2017

Confirm PDF program association (CMD):

C:\Users\andrew.braker>assoc .pdf

.pdf=AcroExch.Document.DC

Open registry to:

HKEY_CLASSES_ROOT\AcroExch.Document.DC\shell\Print\command

Change value to Reader:

"C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /p /h "%1"

Profit