1.

Solve : Service ID's?

Answer» <html><body><p>Hello people, I was wondering if it is possible to start/stop/pause certain services (the ones listed in msconfig and services.msc) with CMD and you can (using the command Net Stop [ServiceName]). However, some process names are different on each computer as it has a different language.<br/>So maybe I thought that each service has it's own ID number or something.<br/><br/>Thank you. They have names e.g. AntiVirService, AudioEndPointBuilder, and you can use the sc command to control them.<br/><br/><br/> Quote from: <a href="https://interviewquestions.tuteehub.com/tag/salmon-1193794" style="font-weight:bold;" target="_blank" title="Click to know more about SALMON">SALMON</a> Trout on August 07, 2010, 10:45:13 AM</p><blockquote>They have names e.g. AntiVirService, AudioEndPointBuilder, and you can use the sc command to control them.</blockquote> Hm ok, thank you.<br/><br/>I found out the short names of the services thanks to <a href="http://www.theeldergeek.com/">this</a> <a href="https://interviewquestions.tuteehub.com/tag/website-25501" style="font-weight:bold;" target="_blank" title="Click to know more about WEBSITE">WEBSITE</a>.<br/><br/>Also, I want to make this automated, for example that when the batch starts the services again, that it won't start the services that weren't running when it stopped the other ones. Is this possible?<br/><br/>And last but not least, is there any way you can you disable the notification that it <a href="https://interviewquestions.tuteehub.com/tag/stops-1228139" style="font-weight:bold;" target="_blank" title="Click to know more about STOPS">STOPS</a> the service? (For either the SC or NET STOP command).<br/><br/>Thank youwhy don't you just play around a bit with sc and net and find out what you need to know?<br/> Quote from: Salmon Trout on August 07, 2010, 11:30:56 AM<blockquote>why don't you just play around a bit with sc and net and find out what you need to know?</blockquote> I tried for over 30 minutes with both NET and SC... <a href="https://ss64.com/nt/sc.html">This</a> site helped me but I couldn't find a command to make it work <a href="https://interviewquestions.tuteehub.com/tag/silent-643976" style="font-weight:bold;" target="_blank" title="Click to know more about SILENT">SILENT</a>. It doesn't recognize /S either. Quote from: Ghosty on August 07, 2010, 11:40:02 AM<blockquote>It doesn't recognize /S either.<br/></blockquote> <br/>Why should it? Did you think it would read your mind?<br/><br/><br/><br/> Quote from: Ghosty on August 07, 2010, 11:40:02 AM<blockquote>I couldn't find a command to make it work silent.</blockquote> <br/>&gt;nul<br/> Quote from: Ghosty on August 07, 2010, 11:40:02 AM<blockquote>I tried for over 30 minutes with both NET and SC... </blockquote> <br/>And you think that's a long time? <br/><br/> Quote from: Salmon Trout on August 07, 2010, 11:49:18 AM<blockquote>&gt;nul</blockquote> Thank you<br/><br/> Quote from: Salmon Trout on August 07, 2010, 11:50:22 AM<blockquote>And you think that's a long time? </blockquote> No but I've tried hard and looked everywhere (lots, lots of /? commands in CMD, this website, other websites...)<br/><br/> Quote from: Salmon Trout on August 07, 2010, 11:43:55 AM<blockquote>Why should it? Did you think it would read your mind?</blockquote> I had to say something...<br/><br/><br/>OK I guess this is solved. Thank you very much</body></html>


Discussion

No Comment Found