In addition to the Start, Stop, Pause and Status service, I was wondering if vb can retrieve the start-up type status.
E.g. Manual, Automatic or Disabled.
Thanks,
Bernie
05-03-2003 at 09:45 PM
|
win_dir Level: VB Guru Registered: 04-08-2002 Posts: 390
Re: NT Services
Maybe a little late, but you may want to have a look through the registry here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services . This seems to be where all of the information for services are stored, so just read the right registry value and your done.