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
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
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
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
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
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
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.
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
___
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