How do you start, pause, continue or stop a Windows service
off the command line?



How do you start, pause, continue or stop a Windows service off the command line?..

Answer / swapna

net start ServiceName, net pause ServiceName and so on.
Also sc.exe provides a command-line interface for Windows
services. View the OS documentation or proper book chapters
on using sc.exe

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between managed and unmanaged code?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


. How .NET can support multiple languages?

1 Answers  


Explain memory-mapped files.

0 Answers  


What is dot net and its uses?

0 Answers  






what is the keyword used for self reference?

0 Answers  


What is model-view -controller Architecture?

1 Answers  


What do you mean by Driver Script?

0 Answers   TCS,


What is lambda expressions in c#?

0 Answers  


Explain Different kinds of methods?

0 Answers   Wipro,


What is gac in .net?

0 Answers  


What are the Characteristics of .NET?

1 Answers  


Categories