LKBEN10726: Howto delete a print job from the spooler in Windows XP


Symptom

You cannot delete the print job by using the normal printer panel. A reboot does not solve the problem.

Cause

none

Solution

Windows uses the spooler service to prepare printer jobs. Sometimes these can hang and cause problems. This makes it necessary to delete the spooled files in the directory "C:\WINDOWS\system32\spool\PRINTERS"

(You can better refer to it with %systemroot%\system32\spool\printers)

Here you will find the spooled jobs. To delete such a job you need to stop the spooler by:

net stop spooler

Now you can navigate to the directory with your explorer or with a command line and delete the tmp files.

To start the spooler again, you use the command:

net start spooler

Now you can try to print again.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.