A similar Microsoft Print to PDF issue is documented for Windows 11 24H2 after installing KB5055627 and related updates. In that case, Microsoft confirms it as a known issue and states that it is fixed in cumulative update KB5060829.
For the documented scenario, the guidance is:
- Try re‑enabling the Microsoft Print to PDF optional feature:
- Press Windows + R, type
optional features, and in Windows Features enable Microsoft Print to PDF; or - Run PowerShell as Administrator and execute:
Note: the final command might still show error 0x800f0922 on affected builds.Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
- Press Windows + R, type
- Apply the cumulative update that contains the fix. For the documented Windows 11 issue, Microsoft states that it is resolved in KB5060829.
The provided context does not list a specific hotfix for Windows Server 2019 KB5078752, but it shows that when a similar Print to PDF regression occurred, Microsoft addressed it via a later cumulative update rather than a separate hotfix. The recommended approach is therefore to install the latest cumulative update that supersedes KB5078752 on Server 2019 and re‑enable the Microsoft Print to PDF feature as above.
References: