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
The project which you have made, which methodology did you use?
What is a metadata in .net?
What is a .DLL and .EXE files called in .NET?
Why did they call it .net?
What are the different.net tools which you used in projects?
What does jit compilation do in .net?
What is connected and diconnected database ?
How to view a .NET assembly?
What is a design pattern and what is it for?
Should I use readerwriterlock instead of monitor.enter/exit?
Explain how to produce an assembly?
Explain the difference between static page and dynamic page?
Explain assemblies in .net?
Why inheritance is important?
What is typical about a windows process in regards to memory allocation in dot net?