Hello everybody,
Could anyone tell me how/where I can find an example program about how to create/delete a Windows NT service?,
Thank you very much,
Marco.
Printable View
Hello everybody,
Could anyone tell me how/where I can find an example program about how to create/delete a Windows NT service?,
Thank you very much,
Marco.
Hi There,
All the information/Settings for services are stored in the windows registry, by deleting the registry keys you delete the service. There are no magical API calls to delete services. If you need help deleteing a key from the registry just contact me and i will help you out.
The services are located at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Hope this is of some assistance,
Grant French
E-Mail: [email protected]
ICQ: 33122184
Hi everybody,
Could anyome help me, please telling me where I can find an example program that stops an NT service?,
Thank you very much in advance,
Marco.