Two Services Questions - Remove Service And Troubleshoot Startup

  • Thread starter Thread starter JRC
  • Start date Start date
J

JRC

I have two questions I haven't been able to find answers to:

1. How can I delete a service?

2. Is there an easy way to determine why a service will not startup?

I have a Perl based app installed as a service that won't start and I want
to remove all of it and reinstall. I'm running the latest version of Active
State Perl, which seems to be runnng fine. However, the service for the
Perl app I'm using with it won't startup on this particular machine, but
runs fine on other servers.

The provider has a Perl based installer for the service, but they don't
provide anything to remove the service.
 
Is the service in the Services applet in Start | Settings | Control Panel | Administrator Tools?
 
Yep.

Is the service in the Services applet in Start | Settings | Control Panel |
Administrator Tools?
 
1.) Delete it from the registry services subkey.
HKLM\System\CurrentControlSet\Services

2.) Check Event Viewer for errors.

--
Regards,

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


:
| I have two questions I haven't been able to find answers to:
|
| 1. How can I delete a service?
|
| 2. Is there an easy way to determine why a service will not startup?
|
| I have a Perl based app installed as a service that won't start and I want
| to remove all of it and reinstall. I'm running the latest version of
Active
| State Perl, which seems to be runnng fine. However, the service for the
| Perl app I'm using with it won't startup on this particular machine, but
| runs fine on other servers.
|
| The provider has a Perl based installer for the service, but they don't
| provide anything to remove the service.
|
|
|
|
 
In
JRC said:
I have two questions I haven't been able to find answers to:

1. How can I delete a service?

2. Is there an easy way to determine why a service will not startup?

I have a Perl based app installed as a service that won't start and I
want to remove all of it and reinstall. I'm running the latest
version of Active State Perl, which seems to be runnng fine.
However, the service for the Perl app I'm using with it won't startup
on this particular machine, but runs fine on other servers.

The provider has a Perl based installer for the service, but they
don't provide anything to remove the service.

the resource kit has

srvinstw.exe

that can be used to install and remove services

http://www.tburke.net/info/reskittools/topics/srvinstw.htm

also sc.exe can achieve the same

http://support.microsoft.com/default.aspx?scid=kb;en-us;251192
 
Then remove the folder and remove the service under here:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
 

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