............ Have a nice day............
USER MENU ID IS UNDEFINED IN FINACLE MIS SERVER   Date of Implementation of "VERY GOOD" Bench Mark for MACPs effect from 25.07.2016   Expected DA from Jan 2017 – 3% or 2% ?    One minute talk time for each Rupee in Airtel Payments Bank   AICPIN for October 2016 : Chances for 5% DA from January 2017   Central Government employees retiring from January 2017 to submit online application   Pre-Budget Views of Govt. Employees for inclusion in the Budget for the Year 2017-18: Confederation i.e. Scrap NPS, Minimum Wage Rs. 26,000 & Fitment Formula etc   On Salary Week, Banks Unlikely to Meet Demand for Extra 1 Lakh Cr   82 per cent ATMs dry because government used that money to pay its own employees   National Anthem Before Movie, Rules Supreme Court. Citizens 'Duty-Bound' To Show Respect    undefined

Saturday, 14 December 2013

Cancel jammed or stuck Print Job queue in Windows

How many times has it happened with you that you want to cancel a print job, but when you right-click on the print job to end the stuck print job, it just does nothing. Moreover, you are also unable to print anything. In short your print queue gets jammed – neither can you print anything nor cancel the pending print jobs.

Cancel stuck Print Job queue

If you face this issue of a stuck print job and want to cancel it, but cannot, you have these options.
1) Reboot your Windows computer. You may have noticed that this usually solves the problem, and most usually do this. But this is not an options anyone would like.
2) Manually flush the print queue. To do this, type services.msc in Windows search and hit Enter to open Services Manager. Navigate down to Print Spooler. Right-click on this services and ‘Stop’ this service.
 Cancel jammed or stuck Print Job queue in Windows


Next navigate to the following folder and delete all the CONTENTS of this folder.
C:\Windows\System32\spool\PRINTERS
Now right-click again on the Print Spooler service and restart it.

Refresh the print queue. Your problem should have been solved.

3) Use this BAT file. Copy-paste the following in Notepad and save it as a .bat file:
@echo off
 echo Stopping print spooler.
 echo.
 net stop spooler
 echo Erasing Temporary Junk Printer Documents
 echo.
 del /Q /F /S “%systemroot%\System32\Spool\Printers\*.*
 echo Starting print spooler.
 echo.
 net start spooler
4) Use a nifty tool called Print Flush. This utility is basically a simple batch filethat takes all the steps necessary to un-jam a printer queue and more. Go get it here.
5) The Print spooler Clenup Diagnostic from Microsoft, removes non-Microsoft print processors and monitors. Additionally, it collects basic information about the print spooler and the computer, such as information about print drivers, printers, basic networking, and failover clustering and offers various modes of cleanups.

No comments:

Post a Comment