Windows Clear Stuck Print Jobs
By Minh • Apr 10th, 2009 • Category: WindowsHere is how to clear print jobs stuck in the print queue in Windows.
Go to Command Line:
Go to Start > Accessories > Command Prompt
Delete Spooled Files:
C:> net stop spooler
C:> del %systemroot%system32spoolprinters*.shd
C:> del %systemroot%system32spoolprinters*.spl
C:> net start spooler
First, stop the print spooler, then delete the spooled files, and then start the printer spooler.
Minh is a technology junkie.
Email this author | All posts by Minh
