Re: win32 services

2006-10-27 Thread Dr.Ruud
"Derek B. Smith" schreef: > I want to get a listing of Window services and each > associated "status" and its "startup type." I looked > at Win32::Daemon::Simple but wasn't sure if this is a > good module for doing so? > > W/out using a module, > Is there a registry entry for each service I coul

RE: win32 services

2006-10-27 Thread Derek B. Smith
--- Phil Miller <[EMAIL PROTECTED]> wrote: > Try going to > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. > > Bear in mind the name of the service does not > directly correlate to the > name of the Registry Key. You have to look up under > each key at the > Value Name DisplayName. I b

Re: win32 services

2006-10-28 Thread Jenda Krynicky
From: "Derek B. Smith" <[EMAIL PROTECTED]> > I want to get a listing of Window services and each > associated "status" and its "startup type." I looked > at Win32::Daemon::Simple but wasn't sure if this is a > good module for doing so? No it's not. Win32::Daemon::Simple is to be used if you are

Re: WIN32 Services / Scheduled Tasks

2003-09-19 Thread Jenda Krynicky
From: "Jones, Jeremy" <[EMAIL PROTECTED]> > I'm trying to find a way (IF any exists) to influence the properties > of Windows Services and the Scheduled Tasks; i.e. : > The ability to enable/disable (and possibly set as Start Automatic) a > Windows Service from Perl, perldoc Win32::Service > an