Changes between Version 44 and Version 45 of windows/configuration


Ignore:
Timestamp:
Mar 27, 2013, 12:43:40 PM (11 years ago)
Author:
joergs
Comment:

Service Control (sc) command

Legend:

Unmodified
Added
Removed
Modified
  • windows/configuration

    v44 v45  
    237237  * http://www.robvanderwoude.com/battech.php
    238238
     239== Services ==
     240
     241  * show all running services
     242    * {{{net start}}}
     243
     244=== Service Control (sc) ===
     245
     246{{{
     247# detailed information about all services
     248sc query
     249
     250# start service
     251sc start <service_name>
     252
     253# activate service permanently (set start type)
     254# space before start parameter is required!
     255sc config <service_name> start= auto
     256}}}
     257
    239258== Cmd-Tools ==
    240259
     
    243262    * openfiles /local on
    244263    * openfiles /query /v
    245   * sc:         Retrieves and sets information about service
    246     * sc query
    247264  * tasklist
    248265  * taskkill