I installed a software that create a service in the control panel services... I have to delete the software but I couldn't uninstall. No I wonder how I can remove this services from the Workstation.
removing a service requires a utility (I found one
in a windows system programming book). Windows API has
a removeService exported function as part
of a system DLL. Calling this function from your program is the right way to delete a service.
Deleting registry keys related to service is a bad idea leading to unpredictable results.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.