Microsoft Certified Systems Engineer (MCSE) Question:

What is the command to start a service in Windows from command line?

MCSE Interview Question
MCSE Interview Question

Answer:

Start-Run-Type CMD -- Then type below command in commandPrompt Net stop <service name> Net start "<service>"


Previous QuestionNext Question
What is the TCP/IP protocol number?How do you check the listening ports on a windows box Command line?