How to get all the instance of a windows Service using WMI?
-
Hi, I have a windows service installed in my machine and User can create multipe instance of the Same service dynamically. Now the Problem is how to get the Name of all the Instance of the Windows Service from my windows Application using WMI ?
people laugh at me because they say im different and I laugh at them because they are all the same.
-
Hi, I have a windows service installed in my machine and User can create multipe instance of the Same service dynamically. Now the Problem is how to get the Name of all the Instance of the Windows Service from my windows Application using WMI ?
people laugh at me because they say im different and I laugh at them because they are all the same.
Are you sure it is a windows service? You can only install unique named windows services so I am a little confused by your statement about User can create multiple instances of the same service. The service is always running and perhaps the service launches a windows app then or something? Ben
-
Are you sure it is a windows service? You can only install unique named windows services so I am a little confused by your statement about User can create multiple instances of the same service. The service is always running and perhaps the service launches a windows app then or something? Ben