Script to start a service on multiple PC's
We have a service that is not starting that is affecting our computers from contacting our Symantec update server. I need to know if there is a script that I can push out to the machines that can start this service and if possible set it from manual to automatic.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
rileyz
11 years ago
Net Stop <blah service>
Net Start <blah service>
sc config <service_name> start= auto
http://ss64.com/nt/net_service.html
http://technet.microsoft.com/it-it/library/cc990290(v=ws.10).aspx
*cough'google'cough
Comments:
-
For user who don't speak Italian or cannot figure out how to revert to the English language v. of the TechNet Library page linked by the moderator above, simply remove the "it-ti/" portion of the supplied url... - tech7 11 years ago