Skip to main content

Print to Kno2 - Enable Microsoft Print to PDF Driver

Written by Matt Harp

Enabling Microsoft Print to PDF for Print to Desktop

Print to Desktop requires the Microsoft Print to PDF driver to be enabled on Windows. A system administrator can enable it using either method below.


Option 1: Windows Settings (GUI)

  1. Open the Start Menu

  2. Search for "features" and select Turn Windows features on or off

  3. Check Microsoft Print to PDF

  4. Click OK

Option 2: PowerShell or Command Prompt

Open PowerShell or Command Prompt as an administrator and run:

dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart

Changes take effect immediately. No restart is required.

Did this answer your question?