1. What is Windows service?
Windows Service is the basis of Windows operation system and Windows network, which is one part of system core. It supports the entire Windows OS, such as DNS client, printer, Windows update service, plan task, Windows time service, alarm and other services. They are related whether the machine could run correctly. If you cannot manage these services properly, then it would influence the machine’s normal operation.
First of all, a service is a Win32 executive application or a process of .dll form executed by rundll32.exe. Different from common application, such as to open WORD, there’s a window coming out. But there’s no user interface for service. And you could not run relevant .exe application directly just by double clicking. So how Windows control a service? Windows service is managed by superior system service: services.exe, which takes charge of start, stop, run and pause of services. The most common operation we use is to finish relevant operation with Windows service MMC interface.
2. How to delete Windows service?
Now more and more gangster software register themselves as a service. In Hijackthis scanning log, generally, some non-Windows system services would be listed out in 023, such as the segment here:
O23 – unknown – Service: BKMARKS [Provide data security protection mechanism for transport protocols, effectively maintaining the security and integrity of data during transmission.] - C:\WINDOWS\SYSTEM32\RUNDLL.EXE
O23 – unknow