How can I pause a printer via command prompt

  • Thread starter Thread starter james
  • Start date Start date
J

james

Hello,

How can I pause a printer via command prompt I have tried "net print"
but that only holds a single documnet. I want to be able to pause and
restart the printer.

Are there any third party tools or maybe a reg setting I could change
with the reg.exe command.

James
 
Ordinarily "sc pause " and the name of the service works.
SC is in the Resource Kit. It and SCLIST are great
tools. However, "sc pause spooler" doesn't work because
apparently we can't pause the spooler service.
Services.msc shows the pause button for Print Spooler as
greyed out.

Good luck.

Brett
 
Back
Top