PDA

Click to See Complete Forum and Search --> : deleting services


oyster
Aug 21st, 2000, 04:53 PM
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.

gfrench
Aug 24th, 2000, 05:08 PM
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: grant.french@libertysurf.co.uk
ICQ: 33122184

oyster
Aug 30th, 2000, 06:59 PM
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.