For one reason or another, a print job may get hung up and stop responding. You may be unable to print or even to cancel the job. One way to possibly clear up this problem is to use the Windows command line to stop and restart the printer spooler after flushing it. The services command “sc” or the “net” command can be used. Here are the steps using the services command:
Credit: Techsupportalert.com
- Open the command prompt. For Vista or 7, you will need administrator privileges.
- In the command prompt, type and enter “sc stop spooler” (without quotes).
- Next type and enter the line below:
del /q /f /s "%SystemRoot%\system32\spool\printers\*.*" - Then type and enter “sc start spooler” (without quotes).
Credit: Techsupportalert.com
Comments
Post a Comment