Clear tasks that cannot be cleared in the printer queue & empty the print pool

Source: Internet
Author: User

The typical behavior of the fault is the following two cases

1. When the print task starts, these print tasks are saved in the Print job list (also known as the print queue). If the printer does not complete the print job due to an unexpected pause (such as a printer not connected), the print task will be included in the print queue and stored in the file's print pool for backup. The print task for the backup, if not cleared, cannot be performed by the subsequent print task, causing the printer to continue printing.

2, the printer print list, a document, cannot print, also cannot delete. Reboot, fault still. That document holds the printed list firmly in place. Try to print a new document, actually "Print to file". Try to remove the printer, prepare to reload the printer driver, and actually do not let the deletion.

"Batching Solution"

  @echo  off   title quick Clear print queue  echo . echo   Stop printer service  net  stop Spooler>nul  echo . del /q/f%windir%\system32\spool  \ Printers\*.*>nul   clear the print queue  echo . net  start  spooler>echo   start printer service complete  pause  
View Code

If the above method is used to resolve the print queue problem, it is not a problem that cannot be printed.

If you empty the print queue, you will not be able to print it, and we recommend doing the following.

1. Disconnect the printer from power and restart the computer.

2. Uninstall the printer driver, restart the computer, and reload the driver.

3. Check the printer data cable for any problems and replace the interface. (Try not to use the front USB interface)


Cola Cloud: http://www.colafile.com/file/6110068

yunfile:http://p1.yunfile.com/file/hkmhd/bfe49be0/

Clear tasks that cannot be cleared in the printer queue & empty the print pool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.