2
Next, I have a service here in my environment that runs on some machines, however this service can not be duplicated ( can not have 2 active services at the same time ) I wonder if it is possible to write a script that checks whether it has 2 active services or more, disable the 2 or more and activate only 1?
Tip: in case you want to know the correct service name, type NET START in the prompt and you will see the list with the services that were started in Windows! (Tested on Windows 7)
– user82136
Thanks for the reply Cristian, this scribe is to be saved as VBS ? OBS : I am using windows10
– Rafael Xavier Suarez
as . cmd or . bat
– user82136