How do you start, pause, continue or stop a Windows service
off the command line?
Answer Posted / 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 View All Answers
What is "common language specification" (cls) in .net?
Where does the gac exist ?
Explain what is immutability, what is it for and how is it codified?
How do you view the methods and members of a dll?
Please explain what is the difference between a class and an object?
What's typical about a windows process in regards to memory allocation in .net?
Explain the difference between asp.net & vb.net and explain architecture?
Can you edit data in repeater control? How?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Is there built-in support for logging?
Explain how to load the contents of an xml file into an xmldocument object?
What are the different types of memory in .net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Tell us what is the difference between struct and class?
Difference between machine.config and web.config?