# IT:AD:CommandLine/NET #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
NET is a really huge command line tool.
## Process ##
Using just one part of it, one can control services.
//To list running services:
net start
//To list running services, outputing to a file:
net start > services.lst).
//To stop a service:
net stop ""
//To stop a service, answering the prompt:
net stop "" /y