Re: [python-win32] NT service and login prompt

2009-02-25 Thread le dahut
After some investigations, I finally found a solution : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder:List In this list you can add your proper group, assign your service to the group. Windows will start services by group following the order they appear in "List". To m

Re: [python-win32] NT service and login prompt

2008-10-10 Thread Tim Golden
le dahut wrote: I've put a loop that wait for the service to be up with win32serviceutil.WaitForServiceStatus. Tim Golden a écrit : le dahut wrote: Yes, I was trying to intercept user's logon. I've done it using userinit registry key, a python NT service and a python service running on th

Re: [python-win32] NT service and login prompt

2008-10-09 Thread Tim Golden
le dahut wrote: I've put a loop that wait for the service to be up with win32serviceutil.WaitForServiceStatus. Makes sense. Thanks for getting back. TJG ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/py

Re: [python-win32] NT service and login prompt

2008-10-09 Thread le dahut
I've put a loop that wait for the service to be up with win32serviceutil.WaitForServiceStatus. Tim Golden a écrit : le dahut wrote: Yes, I was trying to intercept user's logon. I've done it using userinit registry key, a python NT service and a python service running on the PDC. My probl

Re: [python-win32] NT service and login prompt

2008-10-01 Thread Tim Golden
le dahut wrote: Yes, I was trying to intercept user's logon. I've done it using userinit registry key, a python NT service and a python service running on the PDC. My problem is also that the service has to be available at logon time to do some administrative stuff. It seems that the policy

Re: [python-win32] NT service and login prompt

2008-10-01 Thread le dahut
Tim Golden wrote : Larry Bates wrote: le dahut wrote: Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? Probably not, but why would you want to implement something that does? Share your use case with us and perhaps we can be

Re: [python-win32] NT service and login prompt

2008-10-01 Thread Tim Golden
Larry Bates wrote: le dahut wrote: Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? Probably not, but why would you want to implement something that does? Share your use case with us and perhaps we can be of more assistance.

Re: [python-win32] NT service and login prompt

2008-09-30 Thread Larry Bates
le dahut wrote: Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? Probably not, but why would you want to implement something that does? Share your use case with us and perhaps we can be of more assistance. -Larry ___

[python-win32] NT service and login prompt

2008-09-30 Thread le dahut
Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32