Print

whiztech's picture

How to Force Cancel Stuck Print Jobs Queue

Quick tip (Windows only). I’m sure most of us sometimes are unable to cancel a printing job and the print job is stuck on your printer print job list. This is sure a frustrating problem especially if you need to print something urgently. The method below will delete the entire print job queue and cancel all print jobs by stopping the print spooler service and delete its print job files. It should work on most versions of Windows.

1. Run Notepad (Start Menu > Run, type notepad and press ‘Enter’).


2. Copy the command below to Notepad (click the view source icon):

net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler
pause


3. Save it as a .bat file. Make sure you select ‘All files (*.*)’ (1). Give it a meaningful name, for example, ‘cancelprint.bat’ (2) (without the quotes ‘’) and save it to a location where you can easily find the file, maybe on your desktop. The .bat extension is important! For example, if you want to name it as ‘stopprint’, make sure you put ‘stopprint.bat’. Press ‘Save’ (3) to save it.

blog-cancel-print-01


4.

5
Your rating: None Average: 5 (2 votes)
whiztech's picture

Save Web Pages to PDF Directly

Firefox 3 offers the ability to save web pages directly without any external applications. However, you need to expose this functionality which not currently in the front end.

PrintPDF is a free Firefox 3 add-on which allows users on Windows and Linux to print web pages to PDF. This add-on will use your default printer options when formatting the page for PDF generation. The add-on just exposes functionality not currently in the front end.

0
Your rating: None

Cannot find what you are looking for?

Syndicate content