Clean Windows print spool

Print

When a print job is blocked and you are no longer able to remove the blocked document from the queue, we can force the removal from command prompt with these lines:

net stop spooler
del %systemroot%\System32\spool\printers\* /Q /F /S
net start spooler
    

This website uses cookies to ensure you get the best experience on our website.