Question
What command-line utility can I use to manage the Print Spooler service?
Asked by: USER6522
72 Viewed
72 Answers
Answer (72)
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.