- Adobe Acrobat Command Line
- Adobe Command Line Switches
- Adobe Reader Command Line Options
- Adobe Acrobat Pro Command Line Options
- Adobe Reader Command Line Options
- Adobe Command Line Parameters
Adobe Acrobat Command Line
Default viewer¶
Note
Windows 10 environments require using DISM and GPO configuration.
When Reader and Acrobat are installed on the same machine, you can choose which viewer is the default for PDF files. In some cases, this choice is critical as Reader has a built in Protected Mode which is more secure. For security details, see the Application Security Guide.
This issue occurs if you install Creative Cloud for desktop app on Windows with a user name having double-byte characters in it. To resolve this, refer to the Let me fix it. I need to print PDF file directly from command line; in Acrobat Reade XI I have used /h /t switches, but now it is wrong. Anyone does know the new options for Reader DC? After printing from command line, adobe will leave aleast one window open which can hang your script. Open a non related pdf or adobe window. This will keep your script running – Pete Brumm Aug 7 '12 at 12:43. There are a ton of other executables in that directory.
To select a default viewer, choose one of the following:
Adobe Command Line Switches
- Installer will decide which product will be the default: The installer decides which application should open PDFs based on the product to install and the values of IW_DEFAULT_VERB and LEAVE_PDFOWNERSHIP. In general, the install leans towards letting the more secure Reader be the default viewer unless a property or user choice overrides that decision.
- Make Reader the default PDF viewer: For Reader MSI modification only. Sets IW_DEFAULT_VERB to Read.
- Make Acrobat the default PDF viewer: For Acrobat MSI modification only. Sets IW_DEFAULT_VERB to Open.
Note
Adobe Reader Command Line Options
IW_DEFAULT_VERB is written to the MST file and doesn’t exist in the installer tables by default. It can also be used on the command line or in the Setup.ini file.
Adobe Acrobat Pro Command Line Options
Choosing a default PDF viewer
Property interactions¶
Adobe Reader Command Line Options
IW_DEFAULT_VERB interacts with the Adobe property LEAVE_PDFOWNERSHIP. NO
allows the new install to own opening PDFs. LEAVE_PDFOWNERSHIP is often used for silent installs where the usershould not be asked to select a default PDF viewer.
- YES prevents the new installation from taking over PDF ownership if PDF is already owned. However, if the PDF mimetype is currently un-owned, take ownership.
- If this property is unset or not present, the current install assumes ownership.
Locking PDF ownership¶
Adobe Command Line Parameters
By default, users can select the default handler through the UI. However,administrators can lock the feature by setting[HKLMSOFTWAREPoliciesAdobe<product><version>FeatureLockDownbDisablePDFHandlerSwitching
to 1 so that end users cannot change the default handler.