What command-line utility can I use to manage the Print Spooler service?

Responsive Ad Header

Question

Grade: Education Subject: Support
What command-line utility can I use to manage the Print Spooler service?
Asked by:
72 Viewed 72 Answers

Answer (72)

Best Answer
(240)
You can use the `net` command in Command Prompt. For example, to stop the service, you would type `net stop spooler`, and to start it, `net start spooler`. This is useful for scripting or when the graphical services console is inaccessible.