A field technician is tasked with resolving a corrupt print spooler service issue on a Windows workstation connected to a shared office multifunction printer. Place the following troubleshooting steps in the correct chronological order to clear the print queue and restore normal printing service.
- 1Stop the Print Spooler service via the Services console or Command Prompt.
- 2Navigate to %SystemRoot%\System32\spool\PRINTERS and delete all cached spool files.
- 3Restart the Print Spooler service.
- 4Print a test page from the client computer to verify system functionality.
Answer
The correct sequence to clear a stuck Windows print queue is: Stop the Print Spooler service, delete all files in %SystemRoot%\System32\spool\PRINTERS, restart the Print Spooler service, and print a test page to verify functionality.
The proper administrative procedure for resolving a locked or corrupt print queue requires stopping the Print Spooler service first to release OS file locks, deleting the cached spool files (.SHD and .SPL) located in %SystemRoot%\System32\spool\PRINTERS, restarting the service, and sending a test print job to confirm functional recovery.
Step-by-Step Solution
Key Concept
Windows Print Spooler Troubleshooting and Queue Remediation