July 8th, 2010
How to remove documents stuck in the out queue of their printer.
- Open a Command Prompt
Go to the Start button -> Run and type cmd and click OK this will open the command prompt.
- Next we want to stop the print queue
Type net stop spooler and hit enter
- Now we want to remove the item that is stuck.
- Go to the Start button -> Run and type c:/windows/system32/spool/printers and click OK. This will open a window where the queue is located.
*If you can not see the contents of the folder. Click on Tools -> Folder Options.. -> Click on the View tab at the top and then click on Show hidden files and folders. Click Apply and OK.
- Remove the files in this folder and close the window.
- Then next we can start the print queue in the command prompt
Type net start spooler and hit enter
- You should be able to print again.