Regarding Services

  • Thread starter Thread starter Deepak Kumar
  • Start date Start date
D

Deepak Kumar

Hi, I have uninstalled Apache Web Server and MySQL from
my Windows XP (Home Edition) System. But when I check in
the "Services", I still see the names of Apache and MySQL
in the Extended section of the Services Window. How can I
remove the names of these servers.
Thanks in advance

Deepak Kumar
 
Go to a command prompt

type

sc query

This lists all services and their service names

Stop the service(s) if its running

sc stop servicename

and delete it

sc delete servicename

Paul
 
Back
Top