How check list of all services installed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do i check list of all services installed, including third party
services, that dont show in administrative tools/services.
 
Look in HKLM\System\CurrentControlSet\Services subkey

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How do i check list of all services installed, including third party
| services, that dont show in administrative tools/services.
 
To disable set the Reg_Dword 'Start' value to 0x4

To delete best to get in touch with the developer.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How do i disable, remove some of this services, is there some application
for
| that?
 
What value is for manual strart and auto start? Btw what if i think this is
virus installed there and i want to delete it, i just delete full key?

Where i get more info about this can you point me to some article or else.
 
0x0 "Boot" Represents a part of the driver stack for the boot volume and
must therefore be loaded by the Boot Loader.
0x1 "System" Represents a driver to be loaded subsystem at Kernel
initialization.
0x2 "Automatic" To be loaded or started automatically for all startups,
regardless of service type.
0x3 "Manual" Available, regardless of type, but will not be started until
the user starts it (for example, by using the Devices icon in Control
Panel).
0x4 "Disabled" NOT TO BE STARTED UNDER ANY CONDITIONS.

Yes, delete it.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| What value is for manual strart and auto start? Btw what if i think this
is
| virus installed there and i want to delete it, i just delete full key?
|
| Where i get more info about this can you point me to some article or else.
 
Back
Top