Mar 29, 2001 #1 Sina Technical User Jan 2, 2001 309 CA How can I add and remove services and also stop and start services from the command prompt. Is there a command exe that can accept parameters for this ? Thank you all
How can I add and remove services and also stop and start services from the command prompt. Is there a command exe that can accept parameters for this ? Thank you all
Mar 29, 2001 #2 Andronium MIS Jan 4, 2001 102 US Not sure if you can add/remove services from command prompt, but here's how to start/stop: to start service: net start (service name) to stop service: net stop (service name) so if you want to start spooler service you type: net start spoooler Hope this helps. Andy Upvote 0 Downvote
Not sure if you can add/remove services from command prompt, but here's how to start/stop: to start service: net start (service name) to stop service: net stop (service name) so if you want to start spooler service you type: net start spoooler Hope this helps. Andy