Jump to content

Remove a Service


Recommended Posts

A naughty program uninstall leaves behind a couple services.

I've got a script to use psservice.exe to stop the service and disable it. I can delete the program folder. Yet, it still shows up as a service (even though its disabled).

How do I purge this leftover from the system so I never have to see it again?

Will deleting it from the Registry - [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\leftoverservice] - get rid of it or is there more I need to do?

( I am trying to purge systems of CA Unicenter, versions 4 and 11 if anyone is interested in the whole process )

Link to comment
Share on other sites

A naughty program uninstall leaves behind a couple services.

I've got a script to use psservice.exe to stop the service and disable it. I can delete the program folder. Yet, it still shows up as a service (even though its disabled).

How do I purge this leftover from the system so I never have to see it again?

Will deleting it from the Registry - [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\leftoverservice] - get rid of it or is there more I need to do?

( I am trying to purge systems of CA Unicenter, versions 4 and 11 if anyone is interested in the whole process )

$servicename = "leftoverservice"
Run("sc delete "&$servicename)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...