On our environment, we have a print management server that we use to manage all of our printer on our network. We patch our systems every month, the last week of the month. We started to have issues with printers since the May Update and ever since then, we have not been able to recover. Every time we get it sorted out and fixed, we patch the next month, and it breaks everything again. (Server version is 2016 and workstations are Windows 11)
Issue here since May is that when we patch the print server, the print spooler service of the workstations essentially stops and breaks. If the service is started again, it stops again, not letting the user print. In addition to that, workstations also lose the drivers from the print server.
Only way to temporarily fix this before we patch again, which it then breaks it again, is the following:
1, Delete all files in the following directories:
a. C:\Windows\System32\spool\drivers
b. C:\Windows\System32\spool\PRINTERS
c. C:\Windows\System32\spool\SERVERS
d. C:\Windows\System32\spool\V4Dirs
- In elevated Command Prompt, run: dism /online /cleanup-image /restorehealth
- In elevated Command Prompt, run: sfc /scannow
- Reboot
- Spooler now works and printers from print server can be added again
Rolling back from an update doesn't fix the issue, we have done it many time also in the past and next patch and let's say it did fix it for example, it will again break
We have done research online, but there is not much out there related to our issue. There are no reported issues to microsoft from those KBs that relate to print server and print spooler. We could be the first ones
reporting this issue that started since may; prior to may, everything was running smoothly. We were hoping for a KB to come out to fix this, but like I said, we didn't find anything online from Microsoft stating
that there is an issue related to ours.