How to Fix Printing 오류: Document Stuck in Print Queue. Whenever you tried to print a document, it appears in the print queue with the status “Error – Printing”. The only way to get the document printed was then to restart the Printer Spooler service.
해결책 1
1. 딸깍 하는 소리 시작, 유형 services.msc in the search box and press 입력하다.
2. Right Mouse Button click the Printer Spooler service, 그리고 클릭 Stop or select service and click Stop in the upper left corner;
3. 열려 있는 윈도우 Explorer, navigate to C:\Windows\System32\spool\printers;
4. Delete all files in this folder;
5. Go to services again. Right Mouse Button click the Printer Spooler service, 그리고 클릭 시작 or select service and click 시작 in the upper left corner.
해결책 2
With 윈도우 파워셸 of Command Prompt (명령).
1. 달리다 윈도우 파워셸 (또는 명령) as Admin;
2. Type the 파워셸 command to Stop the spooler service:
Stop-Service -Name spooler
또는
유형 명령 command to Stop spooler service:
net stop spooler
3. 열려 있는 윈도우 Explorer, navigate to C:\Windows\System32\spool\printers;
4. Delete all files in this folder;
5. Type the 파워셸 command to Start the spooler service:
Start-Service -Name spooler
또는
Type the 명령 command to Start the spooler service:
net start spooler