Skip to main content
All CollectionsSupport CenterKno2 Desktop
Print to Kno2 - Enable Microsoft Print to PDF Driver
Print to Kno2 - Enable Microsoft Print to PDF Driver
Matt Harp avatar
Written by Matt Harp
Updated over 6 months ago

In order to leverage Print to Kno2, Windows must have the Microsoft Print to PDF Driver enabled. In order to enable this, a system administrator can execute either of the below options.

GUI

  1. Open the Windows Start Menu

  2. Type in “features” and click “Turn Windows features on or off”

  3. Check “Microsoft Print to PDF”

  4. Click “OK”

PowerShell/Command Prompt

Open PowerShell or Command Prompt as administrator and run the following command:

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

Did this answer your question?