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 |
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is SOAP? How you will do windows and forms authentication?
Explain the main components in .net?
Explain the difference between task and thread in .net?
Which server tag comes from server when we submit any data
How is .net core cross platform?
What is RCW (Run time Callable Wrappers)?
State the differences between the dispose() and finalize().
What is Global Assembly Cache (GAC) and what is the Purpose of it?
What is .net environment?
What is managed code in .NET?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?