Forum Discussion
Microsoft Print to PDF Missing
This is a known issue with Windows 11 24H2 and ARM64 devices like your Samsung Galaxy Book 4 Edge. The error 0x800f0922 occurs because the .inf files for the printer simply aren't there on disk Unable to install Microsoft Print to PDF printer on Windows 11 24H2 – Error 0x800F0922 - specifically the system is missing crucial driver files.
Open Command Prompt as Admin and copy-paste the following:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Also:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Reboot and again open Command Prompt as Admin:
DISM /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /All
-------
Try:
Microsoft Edge: Open any document, press Ctrl+P, select "Save as PDF"
Microsoft Word/Excel: File → Export → Create PDF/XPS