G
Guest
I would like to turn the following instructions (for deleting the current
print job) into a batch file, so I don't have to do all this while my laser
is printing up page after page. Is this possible?
To clean out the queue without a reboot:
-Click Start
-Click Run.
-Type cmd
-Click OK.
-A command prompt window will open (looks like a DOS window).
-Type "net stop spooler" (without the quotes).
-Press the Enter key.
-You will see a message after a few seconds that the spooler service stopped
successfully.
-Navigate to and delete all files in the folder
C:\Windows\System32\Spool\Printers. (note that your path, depending on your
XP install, may be C:\WINNT\System32\Spool\Printers). I don't know the path
in Vista, but it's probably the same. These file(s) you're deleting are the
hung print job.
-Type "net start spooler" (without the quotes).
-Press the Enter key.
-After you see a message that the spooler service started successfully, type
"exit" (without the quotes).
-Press the enter key (this is the best way to gracefully close the command
prompt window).
print job) into a batch file, so I don't have to do all this while my laser
is printing up page after page. Is this possible?
To clean out the queue without a reboot:
-Click Start
-Click Run.
-Type cmd
-Click OK.
-A command prompt window will open (looks like a DOS window).
-Type "net stop spooler" (without the quotes).
-Press the Enter key.
-You will see a message after a few seconds that the spooler service stopped
successfully.
-Navigate to and delete all files in the folder
C:\Windows\System32\Spool\Printers. (note that your path, depending on your
XP install, may be C:\WINNT\System32\Spool\Printers). I don't know the path
in Vista, but it's probably the same. These file(s) you're deleting are the
hung print job.
-Type "net start spooler" (without the quotes).
-Press the Enter key.
-After you see a message that the spooler service started successfully, type
"exit" (without the quotes).
-Press the enter key (this is the best way to gracefully close the command
prompt window).