Does anyone know of a way to remove a Windows service on a remote
machine using python?
I found the following link on ASPN that tells you how to do just about
everything but remove a service.
Manipulating Windows Services
According to the article, the answer is in Python Programming on Win32.
I have that book and still can't find the answer.
machine using python?
I found the following link on ASPN that tells you how to do just about
everything but remove a service.
Manipulating Windows Services
According to the article, the answer is in Python Programming on Win32.
I have that book and still can't find the answer.
Comment