Hi All, I know how to change a service's configuration to manipulate the startType using
win32serviceutil.ChangeServiceConfig('my_service', startType=4) # disable
for example, but how do I query the current startType?
Andrew
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
