May 2011
Intermediate to advanced
400 pages
8h 7m
English
This chapter provides information and commands concerning the following topics:
• Stopping and starting services with the net command
Tip
You should be familiar with the sc, net start, and wmic commands when preparing for the 70-640 and 70-643 exams.
A basic way to start and stop a service from the command prompt is with the net command. The basic syntax to start a service is
net start service-name
Similarly, the basic syntax to stop a service is
net stop service-name
For example, if SRV records aren’t registered in DNS, you can stop and restart the netlogon service with the following commands: ...