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

How do I spawn a thread?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


When we go for html server controls and when we go for web server controls?

0 Answers  


Describe session handling in a webform, how does it work and what are the limitations?

0 Answers  






can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


What is meant by localization?

0 Answers  


Explain why do we use msmq?

0 Answers  


Do you know what is the difference between an abstract class and an interface?

0 Answers  


How do I use the thread pool?

0 Answers  


explain the states of a window service application?

0 Answers  


where are connection strings stored?

1 Answers   Manhattan,


Categories