Type sc /?
--
..
--
"mgarrison" wrote in message news:d3d768a8-126b-4246-a4d8-ca6d8f4db6a7...
> Our office has an HP plotter, whose driver (note that we have the latest
> version, straight from the HP website) seems to cause the Print Spooler
> service to become non-responsive sometimes. That in turn causes programs
> (most notably AutoCAD and Outlook) to lock up, as well as windows like the
ers dialog.
>
> If I restart the print spooler service from "Services" in Computer
> Management, it goes back to working for at least a while- so at least I
> can workaround the problem. It's important to note however, that even
> using that method, it throws up an error dialog saying that the service
> was not responding. But since it's an issue with all our Vista
> installations that have that plotter installed, I need to have a more
> user-friendly method of restarting the service.
>
> I wrote a basic .bat file with a net stop spooler command followed by a
> net start spooler command, but the problem is that, unlike with Computer
> Management, net stop doesn't seem to force the service to stop if it's not
> responding, and I can't find a way to make it force the stop command.
>
> Is there a more powerful tool/switch available that I could script so
> users can easily stop and restart the spooler service when it's not
> responsive?
>
> Thank you