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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top