Hi William Kunkle,
You're absolutely right—this is a known issue in Windows 11 24H2, especially with Education editions deployed via clean install. The Microsoft Print to PDF driver often goes missing due to a glitch in feature provisioning. Thankfully, you can automate its deployment across your domain-joined devices using a simple PowerShell command:
powershell
Add-WindowsCapability -Online -Name "PrintToPDF~~~~0.0.1.0"
This reinstalls the driver silently and works well when pushed via Group Policy, Intune, or SCCM. If you prefer, you can use the DISM equivalent for batch or scheduled deployments. Just ensure your devices have access to Windows Update or local source files. I recommend testing on a few machines first and logging results to confirm success. Microsoft is aware of the issue and a permanent fix is expected in future updates. In the meantime, this method is your best bet for a smooth rollout.
If this guidance proves helpful, feel free to click “Accept Answer” so we know we’re heading in the right direction 😊. And of course, I’m here if you need further clarification or support.
T&B,
Domic.