|
Home > Archive > Web Servers on Windows > March 2005 > Manually Removing a Dead Service on Windows XP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Manually Removing a Dead Service on Windows XP
|
|
|
| Over a year ago, I uninstalled Apache2Triad from my Windows XP box.
Today I'm trying to install mysql and it keeps telling me that mysql is
already being run by Apache. I looked at the Services and sure enough,
the service shows up but it is disabled. The apache files are long
gone. Why didn't the Apache uninstaller not remove those services? I
don't know.
How would I go about manually removing this service since I no longer
have access to the actual Apache files?
| |
| Kees Nuyt 2005-03-15, 8:49 pm |
| On Mon, 14 Mar 2005 20:43:59 -0600, "O.B." <funkjunk@bellsouth.net>
wrote:
>Over a year ago, I uninstalled Apache2Triad from my Windows XP box.
>Today I'm trying to install mysql and it keeps telling me that mysql is
>already being run by Apache. I looked at the Services and sure enough,
>the service shows up but it is disabled. The apache files are long
>gone. Why didn't the Apache uninstaller not remove those services? I
>don't know.
Neither do I. I guess if it was installed by Triad it should have
been uninstalled by the Triad uninstaller (if any, I never used
Triad).
>How would I go about manually removing this service since I no longer
>have access to the actual Apache files?
Win XP has a command line tool for that: sc.exe
Syntax:
sc delete [Servicename]
sc /?
There is an entry on sc in helpcenter.
You may have to get the servicename first with one of the query
functions of sc. The displayname of the service may be different
from its identifying name.
Good luck.
--
) Kees Nuyt
(
c[_]
|
|
|
|
|