Enable and Start Service on entire subnet remotely
Posted: 16 Dec 2019 11:16
I am trying to enable and start a service on a entire subnet. The service is called
I would like this to apply to 192.168.100.1-192.168.100.254.
I was able to test this out to 2 machines individually and this is what I came up with:
I want it in a way that I wouldn't have to manually do it for each one. And if one fails for it to automatically try the next one until the subnet is complete. Please reply with any tips!
.remoteregistry
I would like this to apply to 192.168.100.1-192.168.100.254.
I was able to test this out to 2 machines individually and this is what I came up with:
Code: Select all
Sc \\192.168.100.100 config remoteregistry start= auto & sc \\192.168.100.100 start remoteregistry