A Windows service is a Computer Program
- It enables to create long-running executable applications.
- It doesn't have any User Interfaces only running in the background process.
- It will run automatically when system boots ON and also we can set manually for Start and Stop
- Only one instance of windows service running on the device.
- It will run only administrator privileges.
Click "Start">Type "Services">Now you can see a lot of window services like below
WHAT IS THE WINDOWS SERVICES CONTROL MANAGER?
Windows Services are managed via the Services Control Manager Panel.The Panel shows a list of services that are running on your system/laptop and for each Name, Description(Purpose of service), Status(Started or Not), Startup Type(Manual or Automatic) and Log On As(Local System, Local Service, Network Service).
WHAT IS THE PURPOSE OF WINDOWS SERVICES?
Each and every Services has specific purposes.For example, we know three common services that are Windows Update, Windows Defender, Windows Firewall.Now we will see the Purposes.
Windows Update-Enables the detection, download, and installation of updates for Windows and other programs.
Windows Defender-Protection against spyware and potentially unwanted software.
Windows Firewall-Protecting your computer by preventing unauthorized users from gaining access.
These three Services are running on your system background by default and you can stop but if you stop this please remember the purpose of services.
Click Here To Know: What is Nlog?
Click Here To Know: What is Nlog?

Comments
Post a Comment