
It happens from time to time that a print job is not processed by Windows and that it cannot be deleted at the same time. There is a fast and efficient method to remove the stuck print job from the print queue. All that basically needs to be done is to stop the Print Spooler service, delete the stuck print jobs manually and restart the Print Spooler service afterwards. Just run the following four commands in command prompt, it is probably a good idea to add them to a batch script.
net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler
[Via]


0 Responses to How To Deal With Stuck Print Jobs
Something to say?