[SOLVED] Windows Service Management
Published: May 23, 2019 - 10:49
Hello,
I've seen that Python commands exist for managing Windows services using functions like:
- service_delete
- service_installed
- service_stop
- service_start
, etc.
However, is there a Python function or command that allows you to configure services?
For example, can the command `sc config vmcompute start=auto` be translated into Python? If so, in what form?
Thank you.
Patrice
I've seen that Python commands exist for managing Windows services using functions like:
- service_delete
- service_installed
- service_stop
- service_start
, etc.
However, is there a Python function or command that allows you to configure services?
For example, can the command `sc config vmcompute start=auto` be translated into Python? If so, in what form?
Thank you.
Patrice