Is there a way to stop/start the Windows Vista print spooler from the command line?

0

Possible Duplicate:
Restart a windows service from command

Having trouble with the spooler, and stopping/restarting it is the "fix", but it's tedious to navigate through the menus to reach Services to restart. Is there a way to stop/start a Windows "service" via the command line?

Daniel R Hicks

Posted 2012-10-04T16:22:14.403

Reputation: 5 783

Question was closed 2012-10-04T17:12:26.073

@DarthAndroid -- Thanks -- I guess I didn't hit the right search keywords. – Daniel R Hicks – 2012-10-04T16:37:41.653

Answers

4

Make sure you are using cmd as admin (run as administrator).

To stop the spooler, type net stop spooler, i.e. C:\windows\system32\net stop spooler

This should work in Windows Vista.

R Conley

Posted 2012-10-04T16:22:14.403

Reputation: 56