👨‍🏫 Tutorial Enable Microsoft Print to PDF using CMD & PowerShell on Windows 11

nosreme04

Fanatic
Microsoft Print to PDF is a built-in Feature on Windows 11 that allows users to save documents to PDF files without using any 3rd-party applications. Though you can enable Microsoft Print to PDF via GUI, some users prefer to enable or disable this feature on Windows 11 using the Command Prompt or Windows PowerShell. Using CMD or PowerShell for enabling this feature is ideal for users who want to enable it on multiple PCs using Scripts, Automation, Remote Management, etc. Let’s get started.

Microsoft Print to PDF Availability on various Windows Editions​

Windows Editions​
Availability​
Windows ServersYes
Windows 11 HomeYes
Windows 11 ProfessionalYes
Windows 11 EducationYes
Windows 11 EnterpriseYes
Windows 11 Pro EducationYes
You do not have permission to view the full content of this post. Log in or register now.Varies based on Configuration
You do not have permission to view the full content of this post. Log in or register now.Yes

Easy Way to Turn on Microsoft Print to PDF on Windows 11 Editions using the Command PromptWe will use the DISM Tool via the Command Prompt to enable this feature on Windows 11. However, DISM requires Elevated Permissions.
  • Go to the Run Command using the keyboard shortcut "win key + r".
  • In the Run Command, type the command "cmd", and press "ctrl + shift + enter".
    1752299697035.webp
    • The User Account Control will confirm and open the Command Prompt with Administrative Privileges.
    • Once the Command Prompt opens, execute the following command in the terminal. dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
      1752299790079.webp

      • The DISM will enable Microsoft Print to PDF on Windows 11 via the Command Prompt. Once you get the message “The operation completed successfully“. That’s it. This feature is now enabled on your Windows 11.
      1752299825128.webp

      Note: If you want to disable Microsoft Print to PDF on Windows 11, kindly execute the following command in the Command Prompt. dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart

      Decoding Microsoft Print to PDF Enable CMD Command​

      Decoding-Microsoft-Print-to-PDF-CMD-Command.png
      Decoding Microsoft Print to PDF CMD Command

      Quick Way to Enable Microsoft Print to PDF using Windows PowerShell​

      Here, we will check out how to enable this feature using Windows PowerShell.
      • Open the Run Command using the shortcut WinKey + R.
      • Type the following command powershell In the Run Command, and press ctrl+shift+enter .
      Type-powershell-and-press-ctrl-shift-enter.webp


      Type powershell and press Ctrl + Shift + Enter
      • PowerShell will open as Administrator.
      • In PowerShell, execute the following command. This command will enable Microsoft Print to PDF via Windows PowerShell. Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features -NoRestart
      Execute-the-Print-to-PDF-Enble-Command-in-the-PowerShell.webp
      Execute the Print to PDF Enable Command in the PowerShell
      • PowerShell will enable Microsoft Print to PDF on Windows 11. Under Restart Needed, the value is true, which indicates that a Restart is essential.
      Restart-Needed-after-the-feature-is-enabled.webp
      Restart needed after the feature is enabled

      Note: If you want to disable Microsoft Print to PDF on Windows 11 via Windows Powershell, kindly execute the following command in the PowerShell. Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features -NoRestart

      Decoding Print to PDF Enable Command via Windows PowerShell​

      Decoding-Microsoft-Print-to-PDF-PowerShell-Command.png
      Decoding Microsoft Print to PDF PowerShell Command

      Take Away​

      Microsoft Print to PDF on Windows 11 is an essential utility feature that eliminates the need for third-party applications to save files as PDF on Windows 11 OS. If you have any queries, kindly let us know in the comments section.

 

About this Thread

  • 2
    Replies
  • 74
    Views
  • 2
    Participants
Last reply from:
thunderv0ltz

Online now

Members online
1,087
Guests online
1,888
Total visitors
2,975

Forum statistics

Threads
2,286,609
Posts
29,039,012
Members
1,217,074
Latest member
kthfrncs
Back
Top