How can I remotely manage services?

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. A. The Windows NT Resource kit has two utilities, SC.EXE and NETSVC.EXE, which allow remote services to be managed. The resource kit has help on both on these but we will only look at NETSVC.EXE.

To view the services on a remote machine use

C:> netsvc /query \ /list

To see the current state of a service use

C:> netsvc \ /query

You can then modify the state of the service using the /start, /stop, /pause and /continue switches, e.g.

C:> netsvc \ /stop

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like