Force print buffer to be deleted when Windows shuts down.

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I want to make it so that when I shut down Windows 2000,
the print buffer, or the print queue, or whatever you call
the list of stuff waiting to be sent to the printer, is
NEVER saved, but ALWAYS thrown away.

Thanks.

Greg
 
Try

net stop spooler

from a command prompt

If this works as you want, you can run it in a batch file
as a shutdown script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top