Tuesday, January 2, 2018

How to delete pending print commands?

Step 1: Open Notepad
Step 2: Copy and paste the following scripts

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


Step 3: Save the notepad as 'DeletePrintJobs.cmd' in your desktop location

Step 4: Right click the file ' Run as Administrator'
The print spooler service will be stopped after executing the script

'Tada'


Attention: If this method does not work the first time, or if you cannot print anything after you use this method, restart your computer, and then try again.