Solution: Switch the printer off from network, power off and on, reboot. If the problem is terminated, then clear the affected PC's print queue because there must be a workstaton which continuously sending a wrong printing job to the printer.
If you don't trust in the downloadable file above then run a command prompt with admin rights, write next commands and run each:
net stop spooler
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start spooler
ping localhost -n 4 > nul
No comments:
Post a Comment