Open a command prompt (go to Start | Run, then type cmd) and enter the following:
net stop spooler
del c:\windows\system32\spool\printers\*.shd
del c:\windows\system32\spool\printers\*.spl
net start spooler
In Vista you'll need to open an elevated command prompt by right-clicking on cmd.exe and selecting Run as Administrator. For those of you who remember batch files, use Notepad to save the four commands above as a batch file. Save your file with example "clearprintqueue.bat" in notepad save box. Double click to execute the commands in the batch file.
Comments :
0 comments to “Clear Print Job Without Rebooting”
Post a Comment