|
|
Service Controller Control from Command Prompt in Windows XP - Windows
|
Views : 349
|
|
Tagged in : Windows
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
"sc" is a command line program used for communicating with the NT Service Controller and services.
Some commands based on sc are:
sc /query - displays the list of services and information about their state and flags.
sc /queryex - displays the list of services and the extended information about their state and flags.
sc /start service_name same as net start service_name; starts a service.
Similar the /pause, /continue and /stop switches will pause, resume and stop a service.
sc /delete service_name deletes a service from registry
sc /create service_name creates a service into registry
To get extended help type sc at the command prompt... |
|
By Rekha, On - 2010-01-02 |
|
|
|